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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | ?鏤] | 00111111111010000101101001011101 | 3fe85a5d |
EUC-JP | ?鏤] | 00111111111011111011101101011101 | 3fefbb5d |
UTF-8 | 뤓鏤] | 11101011101001001001001111101001100011111010010001011101 | eba493e98fa45d |
UHC | 뤓鏤] | 1000111111000011110101111010111101011101 | 8fc3d7af5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)