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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
EUC-JP | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
UTF-8 | 띫묈v띫묈vB | 111010111001110110101011111010111010110010001000011101101110101110011101101010111110101110101100100010000111011001000010 | eb9dabebac8876eb9dabebac887642 |
UHC | 띫묈v띫묈vB | 1000110111011110100100011110010101110110100011011101111010010001111001010111011001000010 | 8dde91e5768dde91e57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)