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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 茯域じ | 111001001010100010001000111001101000001010110110 | e4a888e682b6 |
EUC-JP | 茯域じ | 111010001010101010110000111010001010010010111000 | e8aab0e8a4b8 |
UTF-8 | 茯域じ | 111010001000110010101111111001011001111110011111111000111000000110011000 | e88cafe59f9fe38198 |
UHC | 茯域じ | 110111001101101011100110101101001010101010111000 | dcdae6b4aab8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)