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 | ?瓏?? | 0011111111100000111110100011111100111111 | 3fe0fa3f3f |
EUC-JP | ?瓏?? | 0011111111100000111111000011111100111111 | 3fe0fc3f3f |
UTF-8 | 亐瓏렜펩 | 111001001011101010010000111001111001001110001111111010111010000010011100111011011000111010101001 | e4ba90e7938feba09ced8ea9 |
UHC | 亐瓏렜펩 | 1110101010100111110101101110101010001110101011101100011011101001 | eaa7d6ea8eaec6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)