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 | 煮蕊 | 100011101100111110001110110001111111000011000101 | 8ecf8ec7f0c5 |
EUC-JP | 煮蕊? | 1011110011010001101111001100100100111111 | bcd1bcc93f |
UTF-8 | 煮蕊 | 111001111000010110101110111010001001010110001010111011101000001010000100 | e785aee8958aee8284 |
UHC | 煮?? | 11101101101101000011111100111111 | edb43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)