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 | 仰?? | 10001011110000100011111100111111 | 8bc23f3f |
EUC-JP | 仰?? | 10110110110001000011111100111111 | b6c43f3f |
UTF-8 | 仰뉑퐫 | 111001001011101110110000111010111000100110010001111011011001000010101011 | e4bbb0eb8991ed90ab |
UHC | 仰뉑퐫 | 111001001110011010000111111001101011110110010100 | e4e687e6bd94 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)