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 | 疾渧 | 111100011110000010001110101111101111101101001000 | f1e08ebefb48 |
EUC-JP | ?疾渧 | 001111111011110011000000100011111100011111101011 | 3fbcc08fc7eb |
UTF-8 | 疾渧 | 111011101000010110011011111001111001011010111110111001101011100010100111 | ee859be796bee6b8a7 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)