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[ | 100011001111010010011110010011111001010001011011 | 8cf49e4f945b |
SJIS-WIN | ???O?[ | 001111110011111100111111010011110011111101011011 | 3f3f3f4f3f5b |
EUC-JP | ?ô?O?[ | 0011111110001111101010111101010000111111010011110011111101011011 | 3f8fabd43f4f3f5b |
UTF-8 | ôO[ | 11000010100011001100001110110100110000101001111001001111110000101001010001011011 | c28cc3b4c29e4fc2945b |
UHC | ???O?[ | 001111110011111100111111010011110011111101011011 | 3f3f3f4f3f5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)