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 | ??品鍾 | 001111110011111110010101011010011000111111011111 | 3f3f95698fdf |
EUC-JP | ??品鍾 | 001111110011111111001001110010101011111011100001 | 3f3fc9cabee1 |
UTF-8 | 룶끼品鍾 | 111010111010001110110110111010111000000110111100111001011001001110000001111010011000110110111110 | eba3b6eb81bce59381e98dbe |
UHC | 룶끼品鍾 | 1000111110101011101100111010001011111001101000011111000110100011 | 8fabb3a2f9a1f1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)