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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
UTF-8 | 횙짙h횒째 | 11101101100110101001100111101100101001111001100101101000111011011001101010010010111011001010011110111000 | ed9a99eca79968ed9a92eca7b8 |
UHC | 횙짙h횒째 | 110000111001001111000010101000110110100011000011100011011100001010110000 | c393c2a368c38dc2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)