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 | 戀姆}戀姆{^ | 1001110011110110100110110100011101111101100111001111011010011011010001110111101101011110 | 9cf69b477d9cf69b477b5e |
EUC-JP | 戀姆}戀姆{^ | 1101100011111000110101011010100001111101110110001111100011010101101010000111101101011110 | d8f8d5a87dd8f8d5a87b5e |
UTF-8 | 戀姆}戀姆{^ | 111001101000100010000000111001011010011110000110011111011110011010001000100000001110010110100111100001100111101101011110 | e68880e5a7867de68880e5a7867b5e |
UHC | 戀姆}戀姆{^ | 1101010111111100110110011011010101111101110101011111110011011001101101010111101101011110 | d5fcd9b57dd5fcd9b57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)