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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?る? | 00111111100000101110100100111111 | 3f82e93f |
EUC-JP | 薏る? | 100011111101100111011110101001001110101100111111 | 8fd9dea4eb3f |
UTF-8 | 薏る뺀 | 111010001001011010001111111000111000001010001011111010111011101010000000 | e8968fe3828bebba80 |
UHC | 薏る뺀 | 111010111111101110101010111010111011101110101011 | ebfbaaebbbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)