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 | 彧?碎 | 1111101010111001001111111110000111101010 | fab93fe1ea |
EUC-JP | 彧?碎 | 100011111011110011111110001111111110001011101100 | 8fbcfe3fe2ec |
UTF-8 | 彧쎺碎 | 111001011011110110100111111011001000111010111010111001111010001010001110 | e5bda7ec8ebae7a28e |
UHC | 彧쎺碎 | 111010011110111010011011111000011110000111101111 | e9ee9be1e1ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)