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 | 辣憺擠 | 111001111000010110011100111010011001110110101001 | e7859ce99da9 |
EUC-JP | 辣憺擠 | 111011011110010111011000111010111101101010101011 | ede5d8ebdaab |
UTF-8 | 辣憺擠 | 111010001011111010100011111001101000011010111010111001101001001110100000 | e8bea3e686bae693a0 |
UHC | 辣憺? | 1101010110111000110100111011110000111111 | d5b8d3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)