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 | 諶??娥 | 111110111010101000111111001111111001101101001101 | fbaa3f3f9b4d |
EUC-JP | 諶??娥 | 10001111110111101011010100111111001111111101010110101110 | 8fdeb53f3fd5ae |
UTF-8 | 諶똿궖娥 | 111010001010101110110110111010111001100010111111111010101011011010010110111001011010100010100101 | e8abb6eb98bfeab696e5a8a5 |
UHC | 諶똿궖娥 | 1110010010100110100011001000010110000010101010111110010010110000 | e4a68c8582abe4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)