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 | 0011111100111111001111110101011001000010 | 3f3f3f5642 |
SJIS-WIN | 達袖奪VB | 1001001001000010100100011011001110010010010001000101011001000010 | 924291b392445642 |
EUC-JP | 達袖奪VB | 1100001110100011110000101011010111000011101001010101011001000010 | c3a3c2b5c3a55642 |
UTF-8 | 達袖奪VB | 1110100110000001100101001110100010100010100101101110010110100101101010100101011001000010 | e98194e8a296e5a5aa5642 |
UHC | 達袖奪VB | 1101001110111001111000101100000011110111101011000101011001000010 | d3b9e2c0f7ac5642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)