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 | ?貅ヲ渉 | 001111111110011010111010101001101000111111000010 | 3fe6baa68fc2 |
EUC-JP | 鸖貅ヲ渉 | 100011111110110011010101111011001011110010001110101001101011111011000100 | 8fecd5ecbc8ea6bec4 |
UTF-8 | 鸖貅ヲ渉 | 111010011011100010010110111010001011001010000101111011111011110110100110111001101011100010001001 | e9b896e8b285efbda6e6b889 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)