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 | 청횋혦짯챨짱 | 111011001011001010101101111011011001101010001011111011011001100010100110111011001010011110101111111011001011000110101000111011001010011110110001 | ecb2aded9a8bed98a6eca7afecb1a8eca7b1 |
UHC | 청횋혦짯챨짱 | 110000111011101111000011100010011100001010001110110000101010110111000011101100001100001010101111 | c3bbc389c28ec2adc3b0c2af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)