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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 乢ヽ崢乢ヽ | 10011011101001001000000101010010100110111100001010011011101001001000000101010010 | 9ba481529bc29ba48152 |
EUC-JP | 乢ヽ崢乢ヽ | 11010110101001101010000110110011110101101100010011010110101001101010000110110011 | d6a6a1b3d6c4d6a6a1b3 |
UTF-8 | 乢ヽ崢乢ヽ | 111001001011100110100010111000111000001110111101111001011011010010100010111001001011100110100010111000111000001110111101 | e4b9a2e383bde5b4a2e4b9a2e383bd |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)