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 | 1000111110101011110100101000111110101010101000010111011001000010 | 8fabd28faaa17642 |
EUC-JP | 将メ宵。vB | 10111110101011011000111011010010101111101010110010001110101000010111011001000010 | bead8ed2beac8ea17642 |
UTF-8 | 将メ宵。vB | 1110010110110000100001101110111110111110100100101110010110101110101101011110111110111101101000010111011001000010 | e5b086efbe92e5aeb5efbda17642 |
UHC | ??宵?vB | 00111111001111111110000110110010001111110111011001000010 | 3f3fe1b23f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)