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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | シレ城ムシ | 101111001101101010001111111010011101000110111100 | bcda8fe9d1bc |
EUC-JP | シレ城ムシ | 10001110101111001000111011011010101111101110101110001110110100011000111010111100 | 8ebc8edabeeb8ed18ebc |
UTF-8 | シレ城ムシ | 111011111011110110111100111011111011111010011010111001011001111110001110111011111011111010010001111011111011110110111100 | efbdbcefbe9ae59f8eefbe91efbdbc |
UHC | ??城?? | 001111110011111111100000111100100011111100111111 | 3f3fe0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)