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 | 縞?原 | 1000111011001000001111111000110010110100 | 8ec83f8cb4 |
EUC-JP | 縞?原 | 1011110011001010001111111011100010110110 | bcca3fb8b6 |
UTF-8 | 縞덜原 | 111001111011100010011110111010111000110110011100111001011000111010011111 | e7b89eeb8d9ce58e9f |
UHC | 縞덜原 | 111110111101011010110100111110101110101010101011 | fbd6b4faeaab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)