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 | 10011011011010010100010110011011011010010100010101000010 | 9b69459b694542 |
EUC-JP | 嬖E嬖EB | 11010101110010100100010111010101110010100100010101000010 | d5ca45d5ca4542 |
UTF-8 | 嬖E嬖EB | 111001011010110010010110010001011110010110101100100101100100010101000010 | e5ac9645e5ac964542 |
UHC | 嬖E嬖EB | 11111000110001100100010111111000110001100100010101000010 | f8c645f8c64542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)