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 | 00111111001111110011111100111111001111110101011001000010 | 3f3f3f3f3f5642 |
SJIS-WIN | ⅵホス失VB | 11111010010001011100111011110001100011101011110110001110101110000101011001000010 | fa45cef18ebd8eb85642 |
EUC-JP | ?ホ?ス失VB | 00111111100011101100111000111111100011101011110110111100101110100101011001000010 | 3f8ece3f8ebdbcba5642 |
UTF-8 | ⅵホス失VB | 1110001010000101101101011110111110111110100011101110111010000100100010011110111110111101101111011110010110100100101100010101011001000010 | e285b5efbe8eee8489efbdbde5a4b15642 |
UHC | ⅵ???失VB | 101001011010011000111111001111110011111111100011111101110101011001000010 | a5a63f3f3fe3f75642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)