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 | 10011101010011100100010110011101010011100100010101000010 | 9d4e459d4e4542 |
EUC-JP | 扼E扼EB | 11011001101011110100010111011001101011110100010101000010 | d9af45d9af4542 |
UTF-8 | 扼E扼EB | 111001101000100110111100010001011110011010001001101111000100010101000010 | e689bc45e689bc4542 |
UHC | 扼E扼EB | 11100100111110010100010111100100111110010100010101000010 | e4f945e4f94542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)