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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 襄句亳B | 11100101111101011000101111100101100110001011011001000010 | e5f58be598b642 |
EUC-JP | 襄句亳B | 11101010111101111011011011100111110100001011100001000010 | eaf7b6e7d0b842 |
UTF-8 | 襄句亳B | 11101000101001011000010011100101100011111010010111100100101110101011001101000010 | e8a584e58fa5e4bab342 |
UHC | 襄句?B | 111001011101000111001111101000110011111101000010 | e5d1cfa33f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)