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 | 識昌 | 111100101011100010001110101011111000111110111001 | f2b88eaf8fb9 |
EUC-JP | ?識昌 | 0011111110111100101100011011111010111011 | 3fbcb1bebb |
UTF-8 | 識昌 | 111011101000011110101111111010001010110110011000111001101001100010001100 | ee87afe8ad98e6988c |
UHC | ?識昌 | 0011111111100011110110111111001111100011 | 3fe3dbf3e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)