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 | 辯擦閻ー | 11100111100001111000111001000011111010001000010110110000 | e7878e43e885b0 |
EUC-JP | 辯擦閻ー | 1110110111100111101110111010010011101111111001011000111010110000 | ede7bba4efe58eb0 |
UTF-8 | 辯擦閻ー | 111010001011111010101111111001101001001110100110111010011001011010111011111011111011110110110000 | e8beafe693a6e996bbefbdb0 |
UHC | 辯擦閻? | 11011100101010101111001111001101111001111010001000111111 | dcaaf3cde7a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)