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 | 鈊イァ示 | 1111101111000011101100101111000110001110101001111000111010100110 | fbc3b2f18ea78ea6 |
EUC-JP | 鈊イ?ァ示 | 10001111111000111011111110001110101100100011111110001110101001111011110010101000 | 8fe3bf8eb23f8ea7bca8 |
UTF-8 | 鈊イァ示 | 111010011000100010001010111011111011110110110010111011101000010010001001111011111011110110100111111001111010010010111010 | e9888aefbdb2ee8489efbda7e7a4ba |
UHC | ????示 | 001111110011111100111111001111111110001111000110 | 3f3f3f3fe3c6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)