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 | ル | 1101100111110111110110011111011101000010 | d9f7d9f742 |
EUC-JP | ル?? | 10001110110110010011111100111111 | 8ed93f3f |
UTF-8 | ル | 111011111011111010011001111011101001011010111100111011101001010010100110 | efbe99ee96bcee94a6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)