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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?盤?B | 0011111110010100110101010011111101000010 | 3f94d53f42 |
EUC-JP | ?盤?B | 0011111111001000110101110011111101000010 | 3fc8d73f42 |
UTF-8 | 了盤볜B | 11101111101001101011101011100111100110111010010011101011101100111001110001000010 | efa6bae79ba4ebb39c42 |
UHC | 了盤볜B | 11101000111001111101101011101111101110101011011101000010 | e8e7daefbab742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)