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 | 趙?膜 | 1110011011100010001111111001011010001100 | e6e23f968c |
EUC-JP | 趙?膜 | 1110110011100100001111111100101111101100 | ece43fcbec |
UTF-8 | 趙쾅膜 | 111010001011011010011001111011001011111010000101111010001000011010011100 | e8b699ecbe85e8869c |
UHC | 趙쾅膜 | 111100001110000111000100111001111101100010101111 | f0e1c4e7d8af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)