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 | 隕∃キミ | 111010001010011010000001110011101011011111010000 | e8a681ceb7d0 |
EUC-JP | 隕∃キミ | 1111000010101000101000101101000010001110101101111000111011010000 | f0a8a2d08eb78ed0 |
UTF-8 | 隕∃キミ | 111010011001101010010101111000101000100010000011111011111011110110110111111011111011111010010000 | e99a95e28883efbdb7efbe90 |
UHC | 隕∃?? | 111010101010001010100010101001000011111100111111 | eaa2a2a43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)