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 | 歔蕾}歔蕾{^ | 1001111101100000111001010101000101111101100111110110000011100101010100010111101101011110 | 9f60e5517d9f60e5517b5e |
EUC-JP | 歔蕾}歔蕾{^ | 1101110111000001111010011011001001111101110111011100000111101001101100100111101101011110 | ddc1e9b27dddc1e9b27b5e |
UTF-8 | 歔蕾}歔蕾{^ | 111001101010110110010100111010001001010110111110011111011110011010101101100101001110100010010101101111100111101101011110 | e6ad94e895be7de6ad94e895be7b5e |
UHC | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)