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 | 111000111001010110000011100010111000110101001111 | e395838b8d4f |
SJIS-WIN | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
EUC-JP | ã????O | 1000111110101011101010100011111100111111001111110011111101001111 | 8fabaa3f3f3f3f4f |
UTF-8 | ãO | 1100001110100011110000101001010111000010100000111100001010001011110000101000110101001111 | c3a3c295c283c28bc28d4f |
UHC | ?????O | 001111110011111100111111001111110011111101001111 | 3f3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)