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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 霄。魄キB | 1110100010111010101000011110100110101110100000110100110001000010 | e8baa1e9ae834c42 |
EUC-JP | 霄。魄キB | 111100001011110010001110101000011111001010110000101001011010110101000010 | f0bc8ea1f2b0a5ad42 |
UTF-8 | 霄。魄キB | 11101001100111001000010011101111101111011010000111101001101011011000010011100011100000101010110101000010 | e99c84efbda1e9ad84e382ad42 |
UHC | ??魄キB | 00111111001111111101101111011110101010111010110101000010 | 3f3fdbdeabad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)