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 | 暗?+? | 100010001100001100111111100000010111101100111111 | 88c33f817b3f |
EUC-JP | 暗?+? | 101100001100010100111111101000011101110000111111 | b0c53fa1dc3f |
UTF-8 | 暗묐+若 | 111001101001101010010111111010111010110010010000111011111011110010001011111011111010010110110100 | e69a97ebac90efbc8befa5b4 |
UHC | 暗묐+若 | 1110010011011110100100011110101110100011101010111110010110101110 | e4de91eba3abe5ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)