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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 亦???? | 100101101001001000111111001111110011111100111111 | 96923f3f3f3f |
EUC-JP | 亦???? | 110010111111001000111111001111110011111100111111 | cbf23f3f3f3f |
UTF-8 | 亦곷렧杻멊 | 111001001011101010100110111010101011001110110111111010111010000010100111111011111010011110001000111010111010100110001010 | e4baa6eab3b7eba0a7efa788eba98a |
UHC | 亦곷렧杻멊 | 11100110101100101000000111101011100011101011011011101010111101001001000101000010 | e6b281eb8eb6eaf49142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)