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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 再??? | 1000110111000100001111110011111100111111 | 8dc43f3f3f |
EUC-JP | 再??? | 1011101011000110001111110011111100111111 | bac63f3f3f |
UTF-8 | 再멱렱렍 | 111001011000011010001101111010111010100110110001111010111010000010110001111010111010000010001101 | e5868deba9b1eba0b1eba08d |
UHC | 再멱렱렍 | 1110111010100010101110001110100010001110101111101000111010100011 | eea2b8e88ebe8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)