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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 縲凪裸^ | 11100011100000001001001111100010100101111000011101011110 | e38093e297875e |
EUC-JP | 縲凪裸^ | 11100101111000001100011011100100110011011110011101011110 | e5e0c6e4cde75e |
UTF-8 | 縲凪裸^ | 11100111101110001011001011100101100001111010101011101000101000111011100001011110 | e7b8b2e587aae8a3b85e |
UHC | ??裸^ | 0011111100111111110101011010001101011110 | 3f3fd5a35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)