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 | 煮実硝ュ | 10001110110011111000111011000000100011111100100110101101 | 8ecf8ec08fc9ad |
EUC-JP | 煮実硝ュ | 1011110011010001101111001100001010111110110010111000111010101101 | bcd1bcc2becb8ead |
UTF-8 | 煮実硝ュ | 111001111000010110101110111001011010111010011111111001111010000110011101111011111011110110101101 | e785aee5ae9fe7a19defbdad |
UHC | 煮?硝? | 111011011011010000111111111101011010011000111111 | edb43ff5a63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)