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 | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-WIN | 貅顏皋L | 11100110101110101110100011111000111000011010011001001100 | e6bae8f8e1a64c |
EUC-JP | 貅顏皋L | 11101100101111001111000011111010111000101010100001001100 | ecbcf0fae2a84c |
UTF-8 | 貅顏皋L | 11101000101100101000010111101001101000011000111111100111100110101000101101001100 | e8b285e9a18fe79a8b4c |
UHC | ???L | 00111111001111110011111101001100 | 3f3f3f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)