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 | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
SJIS-WIN | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
EUC-JP | ??????k | 00111111001111110011111100111111001111110011111101101011 | 3f3f3f3f3f3f6b |
UTF-8 | 횓철횦첩짝쨀k | 11101101100110101001001111101100101100101010000011101101100110101010011011101100101100101010100111101100101001111001110111101100101010001000000001101011 | ed9a93ecb2a0ed9aa6ecb2a9eca79deca8806b |
UHC | 횓철횦첩짝쨀k | 11000011100011101100001110110110110000111001110111000011101110001100001010100110110000101011001101101011 | c38ec3b6c39dc3b8c2a6c2b36b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)