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@O@^ | 100101110100111110011010010000001001011101001111100110100100000001011110 | 974f9a40974f9a405e |
SJIS-WIN | ?O?@?O?@^ | 001111110100111100111111010000000011111101001111001111110100000001011110 | 3f4f3f403f4f3f405e |
EUC-JP | ?O?@?O?@^ | 001111110100111100111111010000000011111101001111001111110100000001011110 | 3f4f3f403f4f3f405e |
UTF-8 | O@O@^ | 11000010100101110100111111000010100110100100000011000010100101110100111111000010100110100100000001011110 | c2974fc29a40c2974fc29a405e |
UHC | ?O?@?O?@^ | 001111110100111100111111010000000011111101001111001111110100000001011110 | 3f4f3f403f4f3f405e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)