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 | ????vB | 001111110011111100111111001111110111011001000010 | 3f3f3f3f7642 |
SJIS-WIN | 際?肢?vB | 1000110111011011001111111000111010001000001111110111011001000010 | 8ddb3f8e883f7642 |
EUC-JP | 際?肢?vB | 1011101011011101001111111011101111101000001111110111011001000010 | badd3fbbe83f7642 |
UTF-8 | 際렑肢렖vB | 1110100110011010100110111110101110100000100100011110100010000010101000101110101110100000100101100111011001000010 | e99a9beba091e882a2eba0967642 |
UHC | 際렑肢렖vB | 11110000101101111000111010100110111100101011011010001110101010110111011001000010 | f0b78ea6f2b68eab7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)