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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 濡ル∥B | 10010100010001111000001110001011100000010110000101000010 | 9447838b816142 |
EUC-JP | 濡ル‖B | 11000111101010001010010111101011101000011100001001000010 | c7a8a5eba1c242 |
UTF-8 | 濡ル∥B | 11100110101111111010000111100011100000111010101111100010100010001010010101000010 | e6bfa1e383abe288a542 |
UHC | 濡ル∥B | 11101011101000011010101111101011101000011010101101000010 | eba1abeba1ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)