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?EB | 0011111101000101001111110100010101000010 | 3f453f4542 |
SJIS-WIN | 昔E昔EB | 10010000110011000100010110010000110011000100010101000010 | 90cc4590cc4542 |
EUC-JP | 昔E昔EB | 11000000110011100100010111000000110011100100010101000010 | c0ce45c0ce4542 |
UTF-8 | 昔E昔EB | 111001101001100010010100010001011110011010011000100101000100010101000010 | e6989445e698944542 |
UHC | 昔E昔EB | 11100000101011100100010111100000101011100100010101000010 | e0ae45e0ae4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)