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 | 壯??巍 | 100110101110000100111111001111111001101111011001 | 9ae13f3f9bd9 |
EUC-JP | 壯??巍 | 110101001110001100111111001111111101011011011011 | d4e33f3fd6db |
UTF-8 | 壯잞슨巍 | 111001011010001110101111111011001001111010011110111011001000101010101000111001011011011110001101 | e5a3afec9e9eec8aa8e5b78d |
UHC | 壯잞슨巍 | 1110110111100000100111111110111110111101101111001110100011100100 | ede09fefbdbce8e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)