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 | 煮蕊者借 | 1000111011001111100011101100011110001110110100101000111011011000 | 8ecf8ec78ed28ed8 |
EUC-JP | 煮蕊者借 | 1011110011010001101111001100100110111100110101001011110011011010 | bcd1bcc9bcd4bcda |
UTF-8 | 煮蕊者借 | 111001111000010110101110111010001001010110001010111010001000000010000101111001011000000010011111 | e785aee8958ae88085e5809f |
UHC | 煮?者借 | 11101101101101000011111111101101101110101111001110101000 | edb43fedbaf3a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)