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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驩醍朕譎カ | 111010011000100110010001111001111001001010111101111001101001100110110110 | e98991e792bde699b6 |
EUC-JP | 驩醍朕譎カ | 11110001111010011100001011101001110001001011111111101011111110011000111010110110 | f1e9c2e9c4bfebf98eb6 |
UTF-8 | 驩醍朕譎カ | 111010011010100110101001111010011000011010001101111001101001110010010101111010001010110110001110111011111011110110110110 | e9a9a9e9868de69c95e8ad8eefbdb6 |
UHC | 驩醍朕譎? | 111111001011111011110000101101011111001011111001111111011101001000111111 | fcbef0b5f2f9fdd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)