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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 吟←?揖 | 10001011111000011000000110101001001111111001011101001011 | 8be181a93f974b |
EUC-JP | 吟←?揖 | 10110110111000111010001010101011001111111100110110101100 | b6e3a2ab3fcdac |
UTF-8 | 吟←땝揖 | 111001011001000010011111111000101000011010010000111010111001010110011101111001101000111110010110 | e5909fe28690eb959de68f96 |
UHC | 吟←땝揖 | 1110101111100001101000011110011110110110101011001110101111100111 | ebe1a1e7b6acebe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)