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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蟾埼ォ | 1110010110110111100011011110100110101011 | e5b78de9ab |
EUC-JP | 蟾埼ォ | 111010101011100110111010111010111000111010101011 | eab9baeb8eab |
UTF-8 | 蟾埼ォ | 111010001001111110111110111001011001111110111100111011111011110110101011 | e89fbee59fbcefbdab |
UHC | 蟾埼? | 1110000011101010110100001111001000111111 | e0ead0f23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)