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 | ??瓣?傳 | 00111111001111111110000101000001001111111001100101000010 | 3f3fe1413f9942 |
EUC-JP | ??瓣?傳 | 00111111001111111110000110100010001111111101000110100011 | 3f3fe1a23fd1a3 |
UTF-8 | 뤈백瓣룫傳 | 111010111010010010001000111010111011000010110001111001111001001110100011111010111010001110101011111001011000001010110011 | eba488ebb0b1e793a3eba3abe582b3 |
UHC | 뤈백瓣룫傳 | 10001111101110001011100111101001111101111111101110001111101000101110111011101110 | 8fb8b9e9f7fb8fa2eeee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)