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 | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 襃ケh襃 | 111001011110111110111001011010001110010111101111 | e5efb968e5ef |
EUC-JP | 襃ケh襃 | 11101010111100011000111010111001011010001110101011110001 | eaf18eb968eaf1 |
UTF-8 | 襃ケh襃 | 11101000101001011000001111101111101111011011100101101000111010001010010110000011 | e8a583efbdb968e8a583 |
UHC | ??h? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)