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 | ?繩?繩^ | 00111111111000111000101000111111111000111000101001011110 | 3fe38a3fe38a5e |
EUC-JP | ?繩?繩^ | 00111111111001011110101000111111111001011110101001011110 | 3fe5ea3fe5ea5e |
UTF-8 | 먎繩먎繩^ | 11101011101010001000111011100111101110011010100111101011101010001000111011100111101110011010100101011110 | eba88ee7b9a9eba88ee7b9a95e |
UHC | 먎繩먎繩^ | 100100001100110011100011101100011001000011001100111000111011000101011110 | 90cce3b190cce3b15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)