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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 顏伜ィッ褊 | 1110100011111000100110001110010110101000101011111110010111101101 | e8f898e5a8afe5ed |
EUC-JP | 顏伜ィッ褊 | 11110000111110101101000011100111100011101010100010001110101011111110101011101111 | f0fad0e78ea88eafeaef |
UTF-8 | 顏伜ィッ褊 | 111010011010000110001111111001001011110010011100111011111011110110101000111011111011110110101111111010001010010010001010 | e9a18fe4bc9cefbda8efbdafe8a48a |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)