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 | ?楡??楡? | 0011111110011110101111100011111100111111100111101011111000111111 | 3f9ebe3f3f9ebe3f |
EUC-JP | ?楡??楡? | 0011111111011100110000000011111100111111110111001100000000111111 | 3fdcc03f3fdcc03f |
UTF-8 | 챔楡짚챦楡짚 | 111011001011000110010100111001101010010110100001111011001010011110011010111011001011000110100110111001101010010110100001111011001010011110011010 | ecb194e6a5a1eca79aecb1a6e6a5a1eca79a |
UHC | 챔楡짚챦楡짚 | 110000111010100011101010111110001100001010100100110000111010111111101010111110001100001010100100 | c3a8eaf8c2a4c3afeaf8c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)