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 | 面?預 | 1001011011001010001111111001011101100001 | 96ca3f9761 |
EUC-JP | 面?預 | 1100110011001100001111111100110111000010 | cccc3fcdc2 |
UTF-8 | 面젖預 | 111010011001110110100010111011001010000010010110111010011010000010010000 | e99da2eca096e9a090 |
UHC | 面젖預 | 110110001111110011000001101001011110011111101000 | d8fcc1a5e7e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)