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 | 也??攸? | 10010110111001110011111100111111100111011011111100111111 | 96e73f3f9dbf3f |
EUC-JP | 也??攸? | 11001100111010010011111100111111110110101100000100111111 | cce93f3fdac13f |
UTF-8 | 也싳옲攸쁁 | 111001001011100110011111111011001000101110110011111011001001100010110010111001101001010010111000111011001000000110000001 | e4b99fec8bb3ec98b2e694b8ec8181 |
UHC | 也싳옲攸쁁 | 11100101101001011001101011101100100111101010110111101010111100101001100001000010 | e5a59aec9eadeaf29842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)