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 | 0011111100111111001111111000100101110101001111110011111101000010 | 3f3f3f89753f3f42 |
EUC-JP | ???疫??B | 0011111100111111001111111011000111010110001111110011111101000010 | 3f3f3fb1d63f3f42 |
UTF-8 | 凉붾젧疫뽯젙B | 11101111101001011011100111101011101101101011111011101100101000001010011111100111100101101010101111101011101111011010111111101100101000001001100101000010 | efa5b9ebb6beeca0a7e796abebbdafeca09942 |
UHC | 凉붾젧疫뽯젙B | 11100101101111001001010011101011101000001001111111100110101110011001011011101011101000001001010101000010 | e5bc94eba09fe6b996eba09542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)