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 | ???A???t | 0011111100111111001111110100000100111111001111110011111101110100 | 3f3f3f413f3f3f74 |
SJIS-WIN | ???A???t | 0011111100111111001111110100000100111111001111110011111101110100 | 3f3f3f413f3f3f74 |
EUC-JP | ???A???t | 0011111100111111001111110100000100111111001111110011111101110100 | 3f3f3f413f3f3f74 |
UTF-8 | 챙짹혮A챠혱짱t | 1110110010110001100110011110110010100111101110011110110110011000101011100100000111101100101100011010000011101101100110001011000111101100101001111011000101110100 | ecb199eca7b9ed98ae41ecb1a0ed98b1eca7b174 |
UHC | 챙짹혮A챠혱짱t | 1100001110101100110000101011000111000010100101010100000111000011101011011100001010011000110000101010111101110100 | c3acc2b1c29541c3adc298c2af74 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)