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 | 鈔ア蟆願゚ | 1110011111100010101100011110010110110000100010101110100011011111 | e7e2b1e5b08ae8df |
EUC-JP | 鈔ア蟆願゚ | 11101110111001001000111010110001111010101011001010110100111010101000111011011111 | eee48eb1eab2b4ea8edf |
UTF-8 | 鈔ア蟆願゚ | 111010011000100010010100111011111011110110110001111010001001111110000110111010011010000110011000111011111011111010011111 | e98894efbdb1e89f86e9a198efbe9f |
UHC | ???願? | 001111110011111100111111111010101100001100111111 | 3f3f3feac33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)