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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | テ赱ォ | 110000111110011011011111111110011100011110101011 | c3e6dff9c7ab |
EUC-JP | テ赱?ォ | 10001110110000111110110011100001001111111000111010101011 | 8ec3ece13f8eab |
UTF-8 | テ赱ォ | 111011111011111010000011111010001011010110110001111011101001110010100010111011111011110110101011 | efbe83e8b5b1ee9ca2efbdab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)