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 | ?Y?bE | 0011111101011001001111110110001001000101 | 3f593f6245 |
SJIS-WIN | 弑Y弑bE | 10011100010101010101100110011100010101010110001001000101 | 9c55599c556245 |
EUC-JP | 弑Y弑bE | 11010111101101100101100111010111101101100110001001000101 | d7b659d7b66245 |
UTF-8 | 弑Y弑bE | 111001011011110010010001010110011110010110111100100100010110001001000101 | e5bc9159e5bc916245 |
UHC | 弑Y弑bE | 11100011101111010101100111100011101111010110001001000101 | e3bd59e3bd6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)