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 | îÀ¨P | 1110111011000000100011101010100001010000 | eec08ea850 |
SJIS-WIN | ???¨P | 001111110011111100111111100000010100111001010000 | 3f3f3f814e50 |
EUC-JP | îÀ?¨P | 10001111101010111100001010001111101010101010001000111111101000011010111101010000 | 8fabc28faaa23fa1af50 |
UTF-8 | îÀ¨P | 110000111010111011000011100000001100001010001110110000101010100001010000 | c3aec380c28ec2a850 |
UHC | ???¨P | 001111110011111100111111101000011010011101010000 | 3f3f3fa1a750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)