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 | 蜩ゥ霈ク | 111001011001001110101001111010001011110010111000 | e593a9e8bcb8 |
EUC-JP | 蜩ゥ霈ク | 1110100111110011100011101010100111110000101111101000111010111000 | e9f38ea9f0be8eb8 |
UTF-8 | 蜩ゥ霈ク | 111010001001110010101001111011111011110110101001111010011001110010001000111011111011110110111000 | e89ca9efbda9e99c88efbdb8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)