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 | @á}èì | 100110100100000011100001011111011110100011101100 | 9a40e17de8ec |
SJIS-WIN | ?@?}?? | 001111110100000000111111011111010011111100111111 | 3f403f7d3f3f |
EUC-JP | ?@á}èì | 001111110100000010001111101010111010000101111101100011111010101110110010100011111010101111000000 | 3f408faba17d8fabb28fabc0 |
UTF-8 | @á}èì | 11000010100110100100000011000011101000010111110111000011101010001100001110101100 | c29a40c3a17dc3a8c3ac |
UHC | ?@?}?? | 001111110100000000111111011111010011111100111111 | 3f403f7d3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)