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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | シタシミ湿悉^ | 101111001100000010111100110100001000111010111100100011101011101101011110 | bcc0bcd08ebc8ebb5e |
EUC-JP | シタシミ湿悉^ | 10001110101111001000111011000000100011101011110010001110110100001011110010111110101111001011110101011110 | 8ebc8ec08ebc8ed0bcbebcbd5e |
UTF-8 | シタシミ湿悉^ | 11101111101111011011110011101111101111101000000011101111101111011011110011101111101111101001000011100110101110011011111111100110100000101000100101011110 | efbdbcefbe80efbdbcefbe90e6b9bfe682895e |
UHC | ?????悉^ | 0011111100111111001111110011111100111111111000111111101001011110 | 3f3f3f3f3fe3fa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)