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 | 罌????? | 11100011101000000011111100111111001111110011111100111111 | e3a03f3f3f3f3f |
EUC-JP | 罌????? | 11100110101000100011111100111111001111110011111100111111 | e6a23f3f3f3f3f |
UTF-8 | 罌삘뮫行뗦셀 | 111001111011110110001100111011001000001010011000111010111010111010101011111011111010100010001000111010111001011110100110111011001000010110000000 | e7bd8cec8298ebaeabefa888eb97a6ec8580 |
UHC | 罌삘뮫行뗦셀 | 111001011010001010111011111000101001001010110101111110101010000110001011111001101011110010111111 | e5a2bbe292b5faa18be6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)