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 | 疾煮斜雫 | 1000111010111110100011101100111110001110110011101000111010110100 | 8ebe8ecf8ece8eb4 |
EUC-JP | 疾煮斜雫 | 1011110011000000101111001101000110111100110100001011110010110110 | bcc0bcd1bcd0bcb6 |
UTF-8 | 疾煮斜雫 | 111001111001011010111110111001111000010110101110111001101001011010011100111010011001101110101011 | e796bee785aee6969ce99bab |
UHC | 疾煮斜? | 11110010111100001110110110110100110111101101100000111111 | f2f0edb4ded83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)