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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 亦訐壁娶 | 1001011010010010111001100101111110010101110001111001101101010111 | 9692e65f95c79b57 |
EUC-JP | 亦訐壁娶 | 1100101111110010111010111100000011001010110010011101010110111000 | cbf2ebc0cac9d5b8 |
UTF-8 | 亦訐壁娶 | 111001001011101010100110111010001010100010010000111001011010001110000001111001011010100010110110 | e4baa6e8a890e5a381e5a8b6 |
UHC | 亦?壁娶 | 11100110101100100011111111011011111110101111011010100101 | e6b23fdbfaf6a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)