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 | @á}@á}^ | 100110100100000011100001011111011001101001000000111000010111110101011110 | 9a40e17d9a40e17d5e |
SJIS-WIN | ?@?}?@?}^ | 001111110100000000111111011111010011111101000000001111110111110101011110 | 3f403f7d3f403f7d5e |
EUC-JP | ?@á}?@á}^ | 00111111010000001000111110101011101000010111110100111111010000001000111110101011101000010111110101011110 | 3f408faba17d3f408faba17d5e |
UTF-8 | @á}@á}^ | 11000010100110100100000011000011101000010111110111000010100110100100000011000011101000010111110101011110 | c29a40c3a17dc29a40c3a17d5e |
UHC | ?@?}?@?}^ | 001111110100000000111111011111010011111101000000001111110111110101011110 | 3f403f7d3f403f7d5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)