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 | 鈬溽事顏郁ャ | 1110011111100011100111111110011110001110100101101110100011111000100010001110100010101100 | e7e39fe78e96e8f888e8ac |
EUC-JP | 鈬溽事顏郁ャ | 111011101110010111011110111010011011101111110110111100001111101010110000111010101000111010101100 | eee5dee9bbf6f0fab0ea8eac |
UTF-8 | 鈬溽事顏郁ャ | 111010011000100010101100111001101011101010111101111001001011101010001011111010011010000110001111111010011000001110000001111011111011110110101100 | e988ace6babde4ba8be9a18fe98381efbdac |
UHC | ??事?郁? | 0011111100111111110111101100000000111111111010011111010000111111 | 3f3fdec03fe9f43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)