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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 曹?曹?^ | 10010001100000100011111110010001100000100011111101011110 | 91823f91823f5e |
EUC-JP | 曹?曹?^ | 11000001111000100011111111000001111000100011111101011110 | c1e23fc1e23f5e |
UTF-8 | 曹스曹스^ | 11100110100110111011100111101100100010101010010011100110100110111011100111101100100010101010010001011110 | e69bb9ec8aa4e69bb9ec8aa45e |
UHC | 曹스曹스^ | 111100001100011110111101101110101111000011000111101111011011101001011110 | f0c7bdbaf0c7bdba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)