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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 彧?氏彧 | 11111010101110010011111110001110100000011111101010111001 | fab93f8e81fab9 |
EUC-JP | 彧?氏彧 | 100011111011110011111110001111111011101111100001100011111011110011111110 | 8fbcfe3fbbe18fbcfe |
UTF-8 | 彧쎺氏彧 | 111001011011110110100111111011001000111010111010111001101011000010001111111001011011110110100111 | e5bda7ec8ebae6b08fe5bda7 |
UHC | 彧쎺氏彧 | 1110100111101110100110111110000111100100101010111110100111101110 | e9ee9be1e4abe9ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)