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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 手??余 | 100011101110100000111111001111111001011101011101 | 8ee83f3f975d |
EUC-JP | 手??余 | 101111001110101000111111001111111100110110111110 | bcea3f3fcdbe |
UTF-8 | 手꼱갅余 | 111001101000100110001011111010101011110010110001111010101011000010000101111001001011110110011001 | e6898beabcb1eab085e4bd99 |
UHC | 手꼱갅余 | 1110001010100010100001001000101110000001010000111110010111111001 | e2a2848b8143e5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)