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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ??ゴ?? | 001111110011111110000011010100110011111100111111 | 3f3f83533f3f |
EUC-JP | ??ゴ?昰 | 0011111100111111101001011011010000111111100011111100001010101100 | 3f3fa5b43f8fc2ac |
UTF-8 | 룶퀛ゴ룫昰 | 111010111010001110110110111011011000000010011011111000111000001010110100111010111010001110101011111001101001100010110000 | eba3b6ed809be382b4eba3abe698b0 |
UHC | 룶퀛ゴ룫昰 | 10001111101010111011001110001111101010111011010010001111101000101111100111000000 | 8fabb38fabb48fa2f9c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)