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 | 莊d晋綣 | 1110010010110101100000101000010010010000010101111110001101011011 | e4b582849057e35b |
EUC-JP | 莊d晋綣 | 1110100010110111101000111110010010111111101110001110010110111100 | e8b7a3e4bfb8e5bc |
UTF-8 | 莊d晋綣 | 111010001000111010001010111011111011110110000100111001101001100110001011111001111011011010100011 | e88e8aefbd84e6998be7b6a3 |
UHC | 莊d晋? | 11101101111101101010001111100100111100101100110000111111 | edf6a3e4f2cc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)