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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾宣㍽ | 111001011011011110010000111010011000011110001110 | e5b790e9878e |
EUC-JP | 蟾宣? | 1110101010111001110000001110101100111111 | eab9c0eb3f |
UTF-8 | 蟾宣㍽ | 111010001001111110111110111001011010111010100011111000111000110110111101 | e89fbee5aea3e38dbd |
UHC | 蟾宣? | 1110000011101010111000001011111000111111 | e0eae0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)