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 | îÀ¨G | 1110111011000000100011101010100001000111 | eec08ea847 |
SJIS-WIN | ???¨G | 001111110011111100111111100000010100111001000111 | 3f3f3f814e47 |
EUC-JP | îÀ?¨G | 10001111101010111100001010001111101010101010001000111111101000011010111101000111 | 8fabc28faaa23fa1af47 |
UTF-8 | îÀ¨G | 110000111010111011000011100000001100001010001110110000101010100001000111 | c3aec380c28ec2a847 |
UHC | ???¨G | 001111110011111100111111101000011010011101000111 | 3f3f3fa1a747 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)