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 | 10010111101011010101100110010111101011010110001001000101 | 97ad5997ad6245 |
EUC-JP | 溜Y溜bE | 11001110101011110101100111001110101011110110001001000101 | ceaf59ceaf6245 |
UTF-8 | 溜Y溜bE | 111001101011101010011100010110011110011010111010100111000110001001000101 | e6ba9c59e6ba9c6245 |
UHC | 溜Y溜bE | 11010111101101100101100111010111101101100110001001000101 | d7b659d7b66245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)