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 | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
SJIS-WIN | ??E??EB | 00111111001111110100010100111111001111110100010101000010 | 3f3f453f3f4542 |
EUC-JP | ?薏E?薏EB | 0011111110001111110110011101111001000101001111111000111111011001110111100100010101000010 | 3f8fd9de453f8fd9de4542 |
UTF-8 | 뤂薏E뤂薏EB | 111010111010010010000010111010001001011010001111010001011110101110100100100000101110100010010110100011110100010101000010 | eba482e8968f45eba482e8968f4542 |
UHC | 뤂薏E뤂薏EB | 1000111110110011111010111111101101000101100011111011001111101011111110110100010101000010 | 8fb3ebfb458fb3ebfb4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)