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 | 宰??? | 1000110111001001001111110011111100111111 | 8dc93f3f3f |
EUC-JP | 宰??? | 1011101011001011001111110011111100111111 | bacb3f3f3f |
UTF-8 | 宰띈렪漏 | 111001011010111010110000111010111001110110001000111010111010000010101010111011111010010110001110 | e5aeb0eb9d88eba0aaefa58e |
UHC | 宰띈렪漏 | 1110111010100101101101101110100010001110101110001101001011101000 | eea5b6e88eb8d2e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)