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 | 迺樣揉髮矩怱 | 111001111001001010011110111010011001110110000110111010011001101110001011111010011001110010000100 | e7929ee99d86e99b8be99c84 |
EUC-JP | 迺樣揉髮矩怱 | 111011011111001011011100111010111101100111100110111100011111101110110110111010111101011111100100 | edf2dcebd9e6f1fbb6ebd7e4 |
UTF-8 | 迺樣揉髮矩怱 | 111010001011111110111010111001101010100010100011111001101000111110001001111010011010101110101110111001111001111110101001111001101000000010110001 | e8bfbae6a8a3e68f89e9abaee79fa9e680b1 |
UHC | ?樣?髮矩? | 001111111110010111000110001111111101101110100101110011111011101100111111 | 3fe5c63fdba5cfbb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)