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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 祭逗?磐? | 1000110111010101100100001000000000111111100101001101011000111111 | 8dd590803f94d63f |
EUC-JP | 祭逗?磐? | 1011101011010111101111111110000000111111110010001101100000111111 | bad7bfe03fc8d83f |
UTF-8 | 祭逗렮磐렰 | 111001111010010110101101111010011000000010010111111010111010000010101110111001111010001110010000111010111010000010110000 | e7a5ade98097eba0aee7a390eba0b0 |
UHC | 祭逗렮磐렰 | 11110000101011101101010011101000100011101011101111011010111100011000111010111101 | f0aed4e88ebbdaf18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)