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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 蓚ペ | 11100100111010011000001101111001 | e4e98379 |
EUC-JP | 蓚ペ | 11101000111010111010010111011010 | e8eba5da |
UTF-8 | 蓚ペ | 111010001001001110011010111000111000001110011010 | e8939ae3839a |
UHC | 蓚ペ | 11100010101111101010101111011010 | e2beabda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)