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 | 莊随修莉 | 1110010010110101100100001000111110001111010000111110010010111011 | e4b5908f8f43e4bb |
EUC-JP | 莊随修莉 | 1110100010110111101111111110111110111101101001001110100010111101 | e8b7bfefbda4e8bd |
UTF-8 | 莊随修莉 | 111010001000111010001010111010011001101010001111111001001011111110101110111010001000111010001001 | e88e8ae99a8fe4bfaee88e89 |
UHC | 莊?修莉 | 11101101111101100011111111100001111100111101011111101001 | edf63fe1f3d7e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)