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 | 訟錫}訟錫{^ | 1000111111010111100011101110000001111101100011111101011110001110111000000111101101011110 | 8fd78ee07d8fd78ee07b5e |
EUC-JP | 訟錫}訟錫{^ | 1011111011011001101111001110001001111101101111101101100110111100111000100111101101011110 | bed9bce27dbed9bce27b5e |
UTF-8 | 訟錫}訟錫{^ | 111010001010100010011111111010011000110010101011011111011110100010101000100111111110100110001100101010110111101101011110 | e8a89fe98cab7de8a89fe98cab7b5e |
UHC | 訟錫}訟錫{^ | 1110000111101000111000001011100001111101111000011110100011100000101110000111101101011110 | e1e8e0b87de1e8e0b87b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)