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 | 鈔ア雜ウ褄我 | 11100111111000101011000111101000101101101011001111100101111010111000100111100100 | e7e2b1e8b6b3e5eb89e4 |
EUC-JP | 鈔ア雜ウ褄我 | 111011101110010010001110101100011111000010111000100011101011001111101010111011011011001011100110 | eee48eb1f0b88eb3eaedb2e6 |
UTF-8 | 鈔ア雜ウ褄我 | 111010011000100010010100111011111011110110110001111010011001101110011100111011111011110110110011111010001010010010000100111001101000100010010001 | e98894efbdb1e99b9cefbdb3e8a484e68891 |
UHC | ??雜??我 | 0011111100111111111011011101101000111111001111111110010010110010 | 3f3fedda3f3fe4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)