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 | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?樂E | 00111111100111101101100101000101 | 3f9ed945 |
EUC-JP | ?樂E | 00111111110111001101101101000101 | 3fdcdb45 |
UTF-8 | 씫樂E | 11101100100101001010101111100110101010001000001001000101 | ec94abe6a88245 |
UHC | 씫樂E | 1001110110111101111001001100010101000101 | 9dbde4c545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)