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 | ???]???]^ | 001111110011111100111111010111010011111100111111001111110101110101011110 | 3f3f3f5d3f3f3f5d5e |
SJIS-WIN | ???]???]^ | 001111110011111100111111010111010011111100111111001111110101110101011110 | 3f3f3f5d3f3f3f5d5e |
EUC-JP | ???]???]^ | 001111110011111100111111010111010011111100111111001111110101110101011110 | 3f3f3f5d3f3f3f5d5e |
UTF-8 | 횪첩채]횪첩채]^ | 111011011001101010101010111011001011001010101001111011001011000110000100010111011110110110011010101010101110110010110010101010011110110010110001100001000101110101011110 | ed9aaaecb2a9ecb1845ded9aaaecb2a9ecb1845d5e |
UHC | 횪첩채]횪첩채]^ | 110000111010000011000011101110001100001110100100010111011100001110100000110000111011100011000011101001000101110101011110 | c3a0c3b8c3a45dc3a0c3b8c3a45d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)