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 | 煜」谺ォ | 111110110101010110100011111001101010110010101011 | fb55a3e6acab |
EUC-JP | 煜」谺ォ | 100011111100100111111100100011101010001111101100101011101000111010101011 | 8fc9fc8ea3ecae8eab |
UTF-8 | 煜」谺ォ | 111001111000010110011100111011111011110110100011111010001011000010111010111011111011110110101011 | e7859cefbda3e8b0baefbdab |
UHC | 煜??? | 1110100111110010001111110011111100111111 | e9f23f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)