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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 疾捨シオシヲ | 1000111010111110100011101100110010111100101101011011110010100110 | 8ebe8eccbcb5bca6 |
EUC-JP | 疾捨シオシヲ | 101111001100000010111100110011101000111010111100100011101011010110001110101111001000111010100110 | bcc0bcce8ebc8eb58ebc8ea6 |
UTF-8 | 疾捨シオシヲ | 111001111001011010111110111001101000110110101000111011111011110110111100111011111011110110110101111011111011110110111100111011111011110110100110 | e796bee68da8efbdbcefbdb5efbdbcefbda6 |
UHC | 疾捨???? | 1111001011110000110111101101011100111111001111110011111100111111 | f2f0ded73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)