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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 證珠沖] | 11100110100110101000111011101100100010011010101101011101 | e69a8eec89ab5d |
EUC-JP | 證珠沖] | 11101011111110101011110011101110101100101010110101011101 | ebfabceeb2ad5d |
UTF-8 | 證珠沖] | 11101000101011011000100111100111100011111010000011100110101100101001011001011101 | e8ad89e78fa0e6b2965d |
UHC | 證珠沖] | 11110001111110111111000111000001111101011111100001011101 | f1fbf1c1f5f85d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)