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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 扇?扇少K | 1001000011101110001111111001000011101110100011111010110101001011 | 90ee3f90ee8fad4b |
EUC-JP | 扇?扇少K | 1100000011110000001111111100000011110000101111101010111101001011 | c0f03fc0f0beaf4b |
UTF-8 | 扇뾭扇少K | 11100110100010011000011111101011101111101010110111100110100010011000011111100101101100001001000101001011 | e68987ebbeade68987e5b0914b |
UHC | 扇뾭扇少K | 111000001011111110010111011100001110000010111111111000011011010001001011 | e0bf9770e0bfe1b44b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)