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 | ????] | 0011111100111111001111110011111101011101 | 3f3f3f3f5d |
SJIS-WIN | 霄。魄ゲ] | 1110100010111010101000011110100110101110100000110101000101011101 | e8baa1e9ae83515d |
EUC-JP | 霄。魄ゲ] | 111100001011110010001110101000011111001010110000101001011011001001011101 | f0bc8ea1f2b0a5b25d |
UTF-8 | 霄。魄ゲ] | 11101001100111001000010011101111101111011010000111101001101011011000010011100011100000101011001001011101 | e99c84efbda1e9ad84e382b25d |
UHC | ??魄ゲ] | 00111111001111111101101111011110101010111011001001011101 | 3f3fdbdeabb25d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)