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 | 001111110011111100111111100111111111000110000001101011000011111101000010 | 3f3f3f9ff181ac3f42 |
EUC-JP | ???潁〓?B | 001111110011111100111111110111101111001110100010101011100011111101000010 | 3f3f3fdef3a2ae3f42 |
UTF-8 | 凉붾젧潁〓젙B | 11101111101001011011100111101011101101101011111011101100101000001010011111100110101111011000000111100011100000001001001111101100101000001001100101000010 | efa5b9ebb6beeca0a7e6bd81e38093eca09942 |
UHC | 凉붾젧潁〓젙B | 11100101101111001001010011101011101000001001111111100111101110001010000111101011101000001001010101000010 | e5bc94eba09fe7b8a1eba09542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)