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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??疑?低當^ | 00111111001111111000101101011110001111111001001011100001111000010110001101011110 | 3f3f8b5e3f92e1e1635e |
EUC-JP | ??疑?低當^ | 00111111001111111011010110111111001111111100010011100011111000011100010001011110 | 3f3fb5bf3fc4e3e1c45e |
UTF-8 | 欌렪疑렑低當^ | 11100110101011001000110011101011101000001010101011100111100101101001000111101011101000001001000111100100101111011000111011100111100101011011011001011110 | e6ac8ceba0aae79691eba091e4bd8ee795b65e |
UHC | 欌렪疑렑低當^ | 11101101111010111000111010111000111010111111011110001110101001101110111010111000110100111101011101011110 | edeb8eb8ebf78ea6eeb8d3d75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)