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 | ?κ? | 00111111100000111100100000111111 | 3f83c83f |
EUC-JP | ?κ? | 00111111101001101100101000111111 | 3fa6ca3f |
UTF-8 | 筽κ꼍 | 1110011110101101101111011100111010111010111010101011110010001101 | e7adbdcebaeabc8d |
UHC | 筽κ꼍 | 111010001010010010100101111010101011001010111101 | e8a4a5eab2bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)