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{^ | 1001100010101001001111110110111001111101100110001010100100111111011011100111101101011110 | 98a93f6e7d98a93f6e7b5e |
EUC-JP | 乘?n}乘?n{^ | 1101000010101011001111110110111001111101110100001010101100111111011011100111101101011110 | d0ab3f6e7dd0ab3f6e7b5e |
UTF-8 | 乘쓹n}乘쓹n{^ | 1110010010111001100110001110110010010011101110010110111001111101111001001011100110011000111011001001001110111001011011100111101101011110 | e4b998ec93b96e7de4b998ec93b96e7b5e |
UHC | 乘쓹n}乘쓹n{^ | 11100011101010111001110110010101011011100111110111100011101010111001110110010101011011100111101101011110 | e3ab9d956e7de3ab9d956e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)