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?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
SJIS-WIN | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
EUC-JP | ??B?? | 0011111100111111010000100011111100111111 | 3f3f423f3f |
UTF-8 | 혡짰B혯찾 | 11101101100110001010000111101100101001111011000001000010111011011001100010101111111011001011000010111110 | ed98a1eca7b042ed98afecb0be |
UHC | 혡짰B혯찾 | 110000101000101011000010101011100100001011000010100101101100001110100011 | c28ac2ae42c296c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)