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 | ??|???? | 00111111001111110111110000111111001111110011111100111111 | 3f3f7c3f3f3f3f |
SJIS-WIN | ??|???? | 00111111001111110111110000111111001111110011111100111111 | 3f3f7c3f3f3f3f |
EUC-JP | ??|???? | 00111111001111110111110000111111001111110011111100111111 | 3f3f7c3f3f3f3f |
UTF-8 | 횙쨔|횙짙횒째 | 11101101100110101001100111101100101010001001010001111100111011011001101010011001111011001010011110011001111011011001101010010010111011001010011110111000 | ed9a99eca8947ced9a99eca799ed9a92eca7b8 |
UHC | 횙쨔|횙짙횒째 | 11000011100100111100001010111001011111001100001110010011110000101010001111000011100011011100001010110000 | c393c2b97cc393c2a3c38dc2b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)