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 | 莎演勧 | 111001001011001110001001100010011000101010101001 | e4b389898aa9 |
EUC-JP | 莎演勧 | 111010001011010110110001111010011011010010101011 | e8b5b1e9b4ab |
UTF-8 | 莎演勧 | 111010001000111010001110111001101011110010010100111001011000101110100111 | e88e8ee6bc94e58ba7 |
UHC | 莎演? | 1101111011101101111001101101000100111111 | deede6d13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)