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 | 悉睹}悉睹{^ | 1000111010111011111000011100111101111101100011101011101111100001110011110111101101011110 | 8ebbe1cf7d8ebbe1cf7b5e |
EUC-JP | 悉睹}悉睹{^ | 1011110010111101111000101101000101111101101111001011110111100010110100010111101101011110 | bcbde2d17dbcbde2d17b5e |
UTF-8 | 悉睹}悉睹{^ | 111001101000001010001001111001111001110110111001011111011110011010000010100010011110011110011101101110010111101101011110 | e68289e79db97de68289e79db97b5e |
UHC | 悉睹}悉睹{^ | 1110001111111010110101001010100101111101111000111111101011010100101010010111101101011110 | e3fad4a97de3fad4a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)