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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 油絞? | 1001011011111011100011010110100100111111 | 96fb8d693f |
EUC-JP | 油絞? | 1100110011111101101110011100101000111111 | ccfdb9ca3f |
UTF-8 | 油絞렗 | 111001101011001010111001111001111011010110011110111010111010000010010111 | e6b2b9e7b59eeba097 |
UHC | 油絞렗 | 111010101111101011001110111011011000111010101100 | eafaceed8eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)