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 | 第?膜 | 1001000111100110001111111001011010001100 | 91e63f968c |
EUC-JP | 第?膜 | 1100001011101000001111111100101111101100 | c2e83fcbec |
UTF-8 | 第꿱膜 | 111001111010110010101100111010101011111110110001111010001000011010011100 | e7acaceabfb1e8869c |
UHC | 第꿱膜 | 111100001010111110110010111010001101100010101111 | f0afb2e8d8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)