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 | 奬???奬 | 10011010111110110011111100111111001111111001101011111011 | 9afb3f3f3f9afb |
EUC-JP | 奬???奬 | 11010100111111010011111100111111001111111101010011111101 | d4fd3f3f3fd4fd |
UTF-8 | 奬멱렒렰奬 | 111001011010010110101100111010111010100110110001111010111010000010010010111010111010000010110000111001011010010110101100 | e5a5aceba9b1eba092eba0b0e5a5ac |
UHC | 奬멱렒렰奬 | 11101101111000011011100011101000100011101010011110001110101111011110110111100001 | ede1b8e88ea78ebdede1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)