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 | 챗체쩌챔횞챤 | 111011001011000110010111111011001011001010110100111011001010100110001100111011001011000110010100111011011001101010011110111011001011000110100100 | ecb197ecb2b4eca98cecb194ed9a9eecb1a4 |
UHC | 챗체쩌챔횞챤 | 110000111010101011000011101111001100001010111100110000111010100011000011100101111100001110101110 | c3aac3bcc2bcc3a8c397c3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)