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 | ?S???? | 001111110101001100111111001111110011111100111111 | 3f533f3f3f3f |
SJIS-WIN | ?S???? | 001111110101001100111111001111110011111100111111 | 3f533f3f3f3f |
EUC-JP | ?S???? | 001111110101001100111111001111110011111100111111 | 3f533f3f3f3f |
UTF-8 | 청S횎첬횓쨉 | 11101100101100101010110101010011111011011001101010001110111011001011001010101100111011011001101010010011111011001010100010001001 | ecb2ad53ed9a8eecb2aced9a93eca889 |
UHC | 청S횎첬횓쨉 | 1100001110111011010100111100001110001010110000111011101011000011100011101100001010110101 | c3bb53c38ac3bac38ec2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)