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 | 쨉횂책짱첬체 | 111011001010100010001001111011011001101010000010111011001011000110000101111011001010011110110001111011001011001010101100111011001011001010110100 | eca889ed9a82ecb185eca7b1ecb2acecb2b4 |
UHC | 쨉횂책짱첬체 | 110000101011010111000011100000101100001110100101110000101010111111000011101110101100001110111100 | c2b5c382c3a5c2afc3bac3bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)