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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 嶸??恂?? | 1111101010110100001111110011111110011100100101100011111100111111 | fab43f3f9c963f3f |
EUC-JP | 嶸??恂?? | 100011111011101111110100001111110011111111010111111101100011111100111111 | 8fbbf43f3fd7f63f3f |
UTF-8 | 嶸숂쥈恂썼츚 | 111001011011011010111000111011001000100010000010111011001010010110001000111001101000000110000010111011001000110110111100111011001011100010011010 | e5b6b8ec8882eca588e68182ec8dbcecb89a |
UHC | 嶸숂쥈恂썼츚 | 111001111010111010011001111001111010001010000001111000101110000110111101111010001010111010010011 | e7ae99e7a281e2e1bde8ae93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)