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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 銀?n}銀?n{^ | 1000101111100010001111110110111001111101100010111110001000111111011011100111101101011110 | 8be23f6e7d8be23f6e7b5e |
EUC-JP | 銀?n}銀?n{^ | 1011011011100100001111110110111001111101101101101110010000111111011011100111101101011110 | b6e43f6e7db6e43f6e7b5e |
UTF-8 | 銀춐n}銀춐n{^ | 1110100110001010100000001110110010110110100100000110111001111101111010011000101010000000111011001011011010010000011011100111101101011110 | e98a80ecb6906e7de98a80ecb6906e7b5e |
UHC | 銀춐n}銀춐n{^ | 11101011110111101010110101101111011011100111110111101011110111101010110101101111011011100111101101011110 | ebdead6f6e7debdead6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)