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 | 膳?舌膳 | 10010001010101100011111110010000111000111001000101010110 | 91563f90e39156 |
EUC-JP | 膳?舌膳 | 11000001101101110011111111000000111001011100000110110111 | c1b73fc0e5c1b7 |
UTF-8 | 膳涉舌膳 | 111010001000011010110011111001101011011010001001111010001000100010001100111010001000011010110011 | e886b3e6b689e8888ce886b3 |
UHC | 膳涉舌膳 | 1110000011001110111000001110111111100000110111111110000011001110 | e0cee0efe0dfe0ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)