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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 尹聊}尹聊{^ | 1001101110011010111000111101011001111101100110111001101011100011110101100111101101011110 | 9b9ae3d67d9b9ae3d67b5e |
EUC-JP | 尹聊}尹聊{^ | 1101010111111010111001101101100001111101110101011111101011100110110110000111101101011110 | d5fae6d87dd5fae6d87b5e |
UTF-8 | 尹聊}尹聊{^ | 111001011011000010111001111010001000000110001010011111011110010110110000101110011110100010000001100010100111101101011110 | e5b0b9e8818a7de5b0b9e8818a7b5e |
UHC | 尹聊}尹聊{^ | 1110101111000101110101101111110101111101111010111100010111010110111111010111101101011110 | ebc5d6fd7debc5d6fd7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)