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 | 鉉ウ莠募ッ | 1110011111101001101100111110010010111010100101011110010110101111 | e7e9b3e4ba95e5af |
EUC-JP | 鉉ウ莠募ッ | 11101110111010111000111010110011111010001011110011001010111001111000111010101111 | eeeb8eb3e8bccae78eaf |
UTF-8 | 鉉ウ莠募ッ | 111010011000100110001001111011111011110110110011111010001000111010100000111001011000101110011111111011111011110110101111 | e98989efbdb3e88ea0e58b9fefbdaf |
UHC | 鉉??募? | 11111010111010000011111100111111110110011011010000111111 | fae83f3fd9b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)