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 | ????щ? | 00111111001111110011111100111111100001001000101100111111 | 3f3f3f3f848b3f |
EUC-JP | ???渶щ? | 001111110011111100111111100011111100011111101101101001111110101100111111 | 3f3f3f8fc7eda7eb3f |
UTF-8 | 琉숅뇹渶щ젛 | 1110111110100111100011001110110010001000100001011110101110000111101110011110011010111000101101101101000110001001111011001010000010011011 | efa78cec8885eb87b9e6b8b6d189eca09b |
UHC | 琉숅뇹渶щ젛 | 111010111010010010011001111010011011010010100110111001111011011110101100111010111010000010010111 | eba499e9b4a6e7b7aceba097 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)