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 | 11101000111000111000110011100101100111111011011101000010 | e8e38ce59fb742 |
EUC-JP | 鞳悟濤B | 11110000111001011011100011100111110111101011100101000010 | f0e5b8e7deb942 |
UTF-8 | 鞳悟濤B | 11101001100111101011001111100110100000101001111111100110101111111010010001000010 | e99eb3e6829fe6bfa442 |
UHC | ?悟濤B | 001111111110011111110110110101001010011001000010 | 3fe7f6d4a642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)