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 | 讓ス雜ウ襠大 | 11100110101010001011110111101000101101101011001111100101111110111001000111100101 | e6a8bde8b6b3e5fb91e5 |
EUC-JP | 讓ス雜ウ襠大 | 111011001010101010001110101111011111000010111000100011101011001111101010111111011100001011100111 | ecaa8ebdf0b88eb3eafdc2e7 |
UTF-8 | 讓ス雜ウ襠大 | 111010001010111010010011111011111011110110111101111010011001101110011100111011111011110110110011111010001010010110100000111001011010010010100111 | e8ae93efbdbde99b9cefbdb3e8a5a0e5a4a7 |
UHC | 讓?雜??大 | 111001011101001100111111111011011101101000111111001111111101001111011110 | e5d33fedda3f3fd3de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)