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 | シイ硝ォシ | 101111001011001010001111110010011010101110111100 | bcb28fc9abbc |
EUC-JP | シイ硝ォシ | 10001110101111001000111010110010101111101100101110001110101010111000111010111100 | 8ebc8eb2becb8eab8ebc |
UTF-8 | シイ硝ォシ | 111011111011110110111100111011111011110110110010111001111010000110011101111011111011110110101011111011111011110110111100 | efbdbcefbdb2e7a19defbdabefbdbc |
UHC | ??硝?? | 001111110011111111110101101001100011111100111111 | 3f3ff5a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)