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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ冶クェ貍ォ | 1100001110010110111010001011100010101010111001101011110010101011 | c396e8b8aae6bcab |
EUC-JP | テ冶クェ貍ォ | 100011101100001111001100111010101000111010111000100011101010101011101100101111101000111010101011 | 8ec3ccea8eb88eaaecbe8eab |
UTF-8 | テ冶クェ貍ォ | 111011111011111010000011111001011000011010110110111011111011110110111000111011111011110110101010111010001011001010001101111011111011110110101011 | efbe83e586b6efbdb8efbdaae8b28defbdab |
UHC | ?冶???? | 00111111111001011010011100111111001111110011111100111111 | 3fe5a73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)