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 | ôÁhôÁ | 1111010011000001011010001111010011000001 | f4c168f4c1 |
SJIS-WIN | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
EUC-JP | ôÁhôÁ | 10001111101010111101010010001111101010101010000101101000100011111010101111010100100011111010101010100001 | 8fabd48faaa1688fabd48faaa1 |
UTF-8 | ôÁhôÁ | 110000111011010011000011100000010110100011000011101101001100001110000001 | c3b4c38168c3b4c381 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)