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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | シホ筵 | 10111100110011101110001010100101 | bccee2a5 |
EUC-JP | シホ筵 | 100011101011110010001110110011101110010010100111 | 8ebc8ecee4a7 |
UTF-8 | シホ筵 | 111011111011110110111100111011111011111010001110111001111010110110110101 | efbdbcefbe8ee7adb5 |
UHC | ??筵 | 00111111001111111110011011011101 | 3f3fe6dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)