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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | ?涓??涓?B | 001111111001111110110000001111110011111110011111101100000011111101000010 | 3f9fb03f3f9fb03f42 |
EUC-JP | ?涓??涓?B | 001111111101111010110010001111110011111111011110101100100011111101000010 | 3fdeb23f3fdeb23f42 |
UTF-8 | 암涓롁암涓롁B | 11101100100101011001010011100110101101101001001111101011101000011000000111101100100101011001010011100110101101101001001111101011101000011000000101000010 | ec9594e6b693eba181ec9594e6b693eba18142 |
UHC | 암涓롁암涓롁B | 10111110110011111110011011001111100011101100100010111110110011111110011011001111100011101100100001000010 | becfe6cf8ec8becfe6cf8ec842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)