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 | 1111001011110011110000011010001001001111 | f2f3c1a24f |
SJIS-WIN | ???¢O | 001111110011111100111111100000011001000101001111 | 3f3f3f81914f |
EUC-JP | òóÁ¢O | 100011111010101111010010100011111010101111010001100011111010101010100001101000011111000101001111 | 8fabd28fabd18faaa1a1f14f |
UTF-8 | òóÁ¢O | 110000111011001011000011101100111100001110000001110000101010001001001111 | c3b2c3b3c381c2a24f |
UHC | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)