To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 姐蝎紋 | 100010001011011111100101100110011001011011100100 | 88b7e59996e4 |
EUC-JP | 姐蝎紋 | 101100001011100111101001111110011100110011100110 | b0b9e9f9cce6 |
UTF-8 | 姐蝎紋 | 111001011010011110010000111010001001110110001110111001111011010010001011 | e5a790e89d8ee7b48b |
UHC | 姐蝎紋 | 111011101011101111001010111010011101101010100011 | eebbcae9daa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)