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 | 雹奇スウ驍オ | 111010001011100110001010111011111011110110110011111010011000001010110101 | e8b98aefbdb3e982b5 |
EUC-JP | 雹奇スウ驍オ | 111100001011101110110100111100011000111010111101100011101011001111110001111000101000111010110101 | f0bbb4f18ebd8eb3f1e28eb5 |
UTF-8 | 雹奇スウ驍オ | 111010011001101110111001111001011010010110000111111011111011110110111101111011111011110110110011111010011010100110001101111011111011110110110101 | e99bb9e5a587efbdbdefbdb3e9a98defbdb5 |
UHC | 雹奇??驍? | 110110101101111111010000111101000011111100111111111111011010010000111111 | dadfd0f43f3ffda43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)