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 | 苟随修葆黍 | 11100100100100011001000010001111100011110100001111100100110111001000101101101111 | e491908f8f43e4dc8b6f |
EUC-JP | 苟随修葆黍 | 11100111111100011011111111101111101111011010010011101000110111101011010111010000 | e7f1bfefbda4e8deb5d0 |
UTF-8 | 苟随修葆黍 | 111010001000101110011111111010011001101010001111111001001011111110101110111010001001000110000110111010011011101110001101 | e88b9fe99a8fe4bfaee89186e9bb8d |
UHC | 苟?修?黍 | 1100111111000010001111111110000111110011001111111110000010101000 | cfc23fe1f33fe0a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)