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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 罌????? | 11100011101000000011111100111111001111110011111100111111 | e3a03f3f3f3f3f |
EUC-JP | 罌????? | 11100110101000100011111100111111001111110011111100111111 | e6a23f3f3f3f3f |
UTF-8 | 罌븐옊吏띹뇛 | 111001111011110110001100111010111011100010010000111011001001100010001010111011111010011110011110111010111001110110111001111010111000011110011011 | e7bd8cebb890ec988aefa79eeb9db9eb879b |
UHC | 罌븐옊吏띹뇛 | 111001011010001010111010111011001001111010010010111011001010011110001101111010001000011110000110 | e5a2baec9e92eca78de88786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)