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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
UTF-8 | 횓째철횘횓째찾 | 111011011001101010010011111011001010011110111000111011001011001010100000111011011001101010011000111011011001101010010011111011001010011110111000111011001011000010111110 | ed9a93eca7b8ecb2a0ed9a98ed9a93eca7b8ecb0be |
UHC | 횓째철횘횓째찾 | 1100001110001110110000101011000011000011101101101100001110010010110000111000111011000010101100001100001110100011 | c38ec2b0c3b6c392c38ec2b0c3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)