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 | 瓦??俉 | 100010101010001000111111001111111111101001100001 | 8aa23f3ffa61 |
EUC-JP | 瓦??俉 | 10110100101001000011111100111111100011111011000110111011 | b4a43f3f8fb1bb |
UTF-8 | 瓦뱄쉴俉 | 111001111001001110100110111010111011000110000100111011001000100110110100111001001011111110001001 | e793a6ebb184ec89b4e4bf89 |
UHC | 瓦뱄쉴俉 | 1110100010111111101110011110111110111101101011111110011111101011 | e8bfb9efbdafe7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)