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 | 実煮実射 | 1000111011000000100011101100111110001110110000001000111011001011 | 8ec08ecf8ec08ecb |
EUC-JP | 実煮実射 | 1011110011000010101111001101000110111100110000101011110011001101 | bcc2bcd1bcc2bccd |
UTF-8 | 実煮実射 | 111001011010111010011111111001111000010110101110111001011010111010011111111001011011000010000100 | e5ae9fe785aee5ae9fe5b084 |
UHC | ?煮?射 | 001111111110110110110100001111111101111011010010 | 3fedb43fded2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)