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 | ?論面 | 0011111110011000010111111001011011001010 | 3f985f96ca |
EUC-JP | ?論面 | 0011111111001111110000001100110011001100 | 3fcfc0cccc |
UTF-8 | 쥔論面 | 111011001010010110010100111010001010101110010110111010011001110110100010 | eca594e8ab96e99da2 |
UHC | 쥔論面 | 110000011110010111010110111001011101100011111100 | c1e5d6e5d8fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)