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 | 耨モキリ | 1110001111010011110100111011011111011000 | e3d3d3b7d8 |
EUC-JP | 耨モキリ | 1110011011010101100011101101001110001110101101111000111011011000 | e6d58ed38eb78ed8 |
UTF-8 | 耨モキリ | 111010001000000010101000111011111011111010010011111011111011110110110111111011111011111010011000 | e880a8efbe93efbdb7efbe98 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)