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 | 踵エ關撮 | 11100110111110011011010011101000100100001000111001000010 | e6f9b4e8908e42 |
EUC-JP | 踵エ關撮 | 1110110011111011100011101011010011101111111100001011101110100011 | ecfb8eb4eff0bba3 |
UTF-8 | 踵エ關撮 | 111010001011100010110101111011111011110110110100111010011001011110011100111001101001001010101110 | e8b8b5efbdb4e9979ce692ae |
UHC | 踵?關撮 | 11110001101000100011111111001110101111001111010111001001 | f1a23fcebcf5c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)