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 | 鵁識 | 11101001111110001000111010101111 | e9f88eaf |
EUC-JP | 鵁識 | 11110010111110101011110010110001 | f2fabcb1 |
UTF-8 | 鵁識 | 111010011011010110000001111010001010110110011000 | e9b581e8ad98 |
UHC | ?識 | 001111111110001111011011 | 3fe3db |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)