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 | 蓍誌 | 11100100111001111000111010001111 | e4e78e8f |
EUC-JP | 蓍誌 | 11101000111010011011101111101111 | e8e9bbef |
UTF-8 | 蓍誌 | 111010001001001110001101111010001010101010001100 | e8938de8aa8c |
UHC | 蓍誌 | 11100011110010011111001010111100 | e3c9f2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)