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 | 閻醍ォ | 1110100010000101100100011110011110101011 | e88591e7ab |
EUC-JP | 閻醍ォ | 111011111110010111000010111010011000111010101011 | efe5c2e98eab |
UTF-8 | 閻醍ォ | 111010011001011010111011111010011000011010001101111011111011110110101011 | e996bbe9868defbdab |
UHC | 閻醍? | 1110011110100010111100001011010100111111 | e7a2f0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)