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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???碣預 | 00111111001111110011111111100001111100001001011101100001 | 3f3f3fe1f09761 |
EUC-JP | ??ł碣預 | 001111110011111110001111101010011100100011100010111100101100110111000010 | 3f3f8fa9c8e2f2cdc2 |
UTF-8 | 令⑸ł碣預 | 1110111110100110101010001110001010010001101110001100010110000010111001111010001010100011111010011010000010010000 | efa6a8e291b8c582e7a2a3e9a090 |
UHC | 令⑸ł碣預 | 11100111101010011010100111101011101010011010100111001010111001011110011111101000 | e7a9a9eba9a9cae5e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)