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 | ??×? | 00111111001111111101011100111111 | 3f3fd73f |
SJIS-WIN | 俑?×? | 100110001101101000111111100000010111111000111111 | 98da3f817e3f |
EUC-JP | 俑?×堉 | 1101000011011100001111111010000111011111100011111011011111111101 | d0dc3fa1df8fb7fd |
UTF-8 | 俑앸×堉 | 1110010010111111100100011110110010010101101110001100001110010111111001011010000010001001 | e4bf91ec95b8c397e5a089 |
UHC | 俑앸×堉 | 1110100110110101100111011110101110100001101111111110101110111100 | e9b59deba1bfebbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)