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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 浩誥}浩誥{^ | 1000110101011111111001100111010001111101100011010101111111100110011101000111101101011110 | 8d5fe6747d8d5fe6747b5e |
EUC-JP | 浩誥}浩誥{^ | 1011100111000000111010111101010101111101101110011100000011101011110101010111101101011110 | b9c0ebd57db9c0ebd57b5e |
UTF-8 | 浩誥}浩誥{^ | 111001101011010110101001111010001010101010100101011111011110011010110101101010011110100010101010101001010111101101011110 | e6b5a9e8aaa57de6b5a9e8aaa57b5e |
UHC | 浩誥}浩誥{^ | 1111101111000111110011011100111001111101111110111100011111001101110011100111101101011110 | fbc7cdce7dfbc7cdce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)