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{^ | 1001110101001110001111110110111001111101100111010100111000111111011011100111101101011110 | 9d4e3f6e7d9d4e3f6e7b5e |
EUC-JP | 扼?n}扼?n{^ | 1101100110101111001111110110111001111101110110011010111100111111011011100111101101011110 | d9af3f6e7dd9af3f6e7b5e |
UTF-8 | 扼쉙n}扼쉙n{^ | 1110011010001001101111001110110010001001100110010110111001111101111001101000100110111100111011001000100110011001011011100111101101011110 | e689bcec89996e7de689bcec89996e7b5e |
UHC | 扼쉙n}扼쉙n{^ | 11100100111110011001101001101111011011100111110111100100111110011001101001101111011011100111101101011110 | e4f99a6f6e7de4f99a6f6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)