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 | ??品鐘 | 001111110011111110010101011010011000111111100000 | 3f3f95698fe0 |
EUC-JP | ??品鐘 | 001111110011111111001001110010101011111011100010 | 3f3fc9cabee2 |
UTF-8 | 룶끼品鐘 | 111010111010001110110110111010111000000110111100111001011001001110000001111010011001000010011000 | eba3b6eb81bce59381e99098 |
UHC | 룶끼品鐘 | 1000111110101011101100111010001011111001101000011111000110100100 | 8fabb3a2f9a1f1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)