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 | 雹奇スソ髦。 | 111010001011100110001010111011111011110110111111111010011001100010100001 | e8b98aefbdbfe998a1 |
EUC-JP | 雹奇スソ髦。 | 111100001011101110110100111100011000111010111101100011101011111111110001111110001000111010100001 | f0bbb4f18ebd8ebff1f88ea1 |
UTF-8 | 雹奇スソ髦。 | 111010011001101110111001111001011010010110000111111011111011110110111101111011111011110110111111111010011010101110100110111011111011110110100001 | e99bb9e5a587efbdbdefbdbfe9aba6efbda1 |
UHC | 雹奇???? | 1101101011011111110100001111010000111111001111110011111100111111 | dadfd0f43f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)