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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 悅η?悅 | 11111010101111011000001111000101001111111111101010111101 | fabd83c53ffabd |
EUC-JP | ?η?? | 0011111110100110110001110011111100111111 | 3fa6c73f3f |
UTF-8 | 悅η뮖悅 | 1110011010000010100001011100111010110111111010111010111010010110111001101000001010000101 | e68285ceb7ebae96e68285 |
UHC | 悅η뮖悅 | 1110011011101101101001011110011110010010101000101110011011101101 | e6eda5e792a2e6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)