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 | ???????] | 0011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f5d |
SJIS-WIN | ???????] | 0011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f5d |
EUC-JP | ???????] | 0011111100111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f3f5d |
UTF-8 | 찾청혦책혟쨩챔] | 11101100101100001011111011101100101100101010110111101101100110001010011011101100101100011000010111101101100110001001111111101100101010001010100111101100101100011001010001011101 | ecb0beecb2aded98a6ecb185ed989feca8a9ecb1945d |
UHC | 찾청혦책혟쨩챔] | 110000111010001111000011101110111100001010001110110000111010010111000010100010011100001010111011110000111010100001011101 | c3a3c3bbc28ec3a5c289c2bbc3a85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)