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 | @e@¨ | 10010010010000000110010110010010010000001001000110101000 | 924065924091a8 |
SJIS-WIN | ?@e?@?¨ | 0011111101000000011001010011111101000000001111111000000101001110 | 3f40653f403f814e |
EUC-JP | ?@e?@?¨ | 0011111101000000011001010011111101000000001111111010000110101111 | 3f40653f403fa1af |
UTF-8 | @e@¨ | 1100001010010010010000000110010111000010100100100100000011000010100100011100001010101000 | c2924065c29240c291c2a8 |
UHC | ?@e?@?¨ | 0011111101000000011001010011111101000000001111111010000110100111 | 3f40653f403fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)