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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 횎횧챠횧첫횕 | 111011011001101010001110111011011001101010100111111011001011000110100000111011011001101010100111111011001011001010101011111011011001101010010101 | ed9a8eed9aa7ecb1a0ed9aa7ecb2abed9a95 |
UHC | 횎횧챠횧첫횕 | 110000111000101011000011100111101100001110101101110000111001111011000011101110011100001110001111 | c38ac39ec3adc39ec3b9c38f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)