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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | 壯??壯??E | 100110101110000100111111001111111001101011100001001111110011111101000101 | 9ae13f3f9ae13f3f45 |
EUC-JP | 壯??壯??E | 110101001110001100111111001111111101010011100011001111110011111101000101 | d4e33f3fd4e33f3f45 |
UTF-8 | 壯귝뼔壯볞툋E | 11100101101000111010111111101010101101111001110111101011101111001001010011100101101000111010111111101011101100111001111011101101100010001000101101000101 | e5a3afeab79debbc94e5a3afebb39eed888b45 |
UHC | 壯귝뼔壯볞툋E | 11101101111000001000001011100110100101101001110011101101111000001001001111100100101110001000001101000101 | ede082e6969cede093e4b88345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)