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 | @{O | 100110100100000010011111011110111001011101001111 | 9a409f7b974f |
SJIS-WIN | ?@?{?O | 001111110100000000111111011110110011111101001111 | 3f403f7b3f4f |
EUC-JP | ?@?{?O | 001111110100000000111111011110110011111101001111 | 3f403f7b3f4f |
UTF-8 | @{O | 110000101001101001000000110000101001111101111011110000101001011101001111 | c29a40c29f7bc2974f |
UHC | ?@?{?O | 001111110100000000111111011110110011111101001111 | 3f403f7b3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)