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 | 彧?鮮 | 1111101010111001001111111001000101001110 | fab93f914e |
EUC-JP | 彧?鮮 | 100011111011110011111110001111111100000110101111 | 8fbcfe3fc1af |
UTF-8 | 彧쎺鮮 | 111001011011110110100111111011001000111010111010111010011010111010101110 | e5bda7ec8ebae9aeae |
UHC | 彧쎺鮮 | 111010011110111010011011111000011110000011011000 | e9ee9be1e0d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)