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 | 縱?姐 | 1110001101110011001111111000100010110111 | e3733f88b7 |
EUC-JP | 縱?姐 | 1110010111010100001111111011000010111001 | e5d43fb0b9 |
UTF-8 | 縱렯姐 | 111001111011100010110001111010111010000010101111111001011010011110010000 | e7b8b1eba0afe5a790 |
UHC | 縱렯姐 | 111100001111110110001110101111001110111010111011 | f0fd8ebceebb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)