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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ヘロモケB | 11001101110110111101001110111001111100111011010101000010 | cddbd3b9f3b542 |
EUC-JP | ヘロモケ?B | 10001110110011011000111011011011100011101101001110001110101110010011111101000010 | 8ecd8edb8ed38eb93f42 |
UTF-8 | ヘロモケB | 11101111101111101000110111101111101111101001101111101111101111101001001111101111101111011011100111101110100010101010100001000010 | efbe8defbe9befbe93efbdb9ee8aa842 |
UHC | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)