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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | ?眩\ | 00111111111000011011111101011100 | 3fe1bf5c |
EUC-JP | 峴眩\ | 100011111011101111000001111000101100000101011100 | 8fbbc1e2c15c |
UTF-8 | 峴眩\ | 11100101101100111011010011100111100111001010100101011100 | e5b3b4e79ca95c |
UHC | 峴眩\ | 1111101011010110111110101101111101011100 | fad6fadf5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)