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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 灼失釈煮 | 1000111011011100100011101011100010001110110111111000111011001111 | 8edc8eb88edf8ecf |
EUC-JP | 灼失釈煮 | 1011110011011110101111001011101010111100111000011011110011010001 | bcdebcbabce1bcd1 |
UTF-8 | 灼失釈煮 | 111001111000000110111100111001011010010010110001111010011000011110001000111001111000010110101110 | e781bce5a4b1e98788e785ae |
UHC | 灼失?煮 | 11101101110001111110001111110111001111111110110110110100 | edc7e3f73fedb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)