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´U^ | 10001111010011111000101110110100100011010101010101011110 | 8f4f8bb48d555e |
SJIS-WIN | ?O?´?U^ | 0011111101001111001111111000000101001100001111110101010101011110 | 3f4f3f814c3f555e |
EUC-JP | ?O?´?U^ | 0011111101001111001111111010000110101101001111110101010101011110 | 3f4f3fa1ad3f555e |
UTF-8 | O´U^ | 1100001010001111010011111100001010001011110000101011010011000010100011010101010101011110 | c28f4fc28bc2b4c28d555e |
UHC | ?O?´?U^ | 0011111101001111001111111010001010100101001111110101010101011110 | 3f4f3fa2a53f555e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)