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 | 雹奇スウ鞨 | 1110100010111001100010101110111110111101101100111110100011100000 | e8b98aefbdb3e8e0 |
EUC-JP | 雹奇スウ鞨 | 11110000101110111011010011110001100011101011110110001110101100111111000011100010 | f0bbb4f18ebd8eb3f0e2 |
UTF-8 | 雹奇スウ鞨 | 111010011001101110111001111001011010010110000111111011111011110110111101111011111011110110110011111010011001111010101000 | e99bb9e5a587efbdbdefbdb3e99ea8 |
UHC | 雹奇??鞨 | 1101101011011111110100001111010000111111001111111100101011101010 | dadfd0f43f3fcaea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)