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 | 釈尺}釈尺{^ | 1000111011011111100011101101101001111101100011101101111110001110110110100111101101011110 | 8edf8eda7d8edf8eda7b5e |
EUC-JP | 釈尺}釈尺{^ | 1011110011100001101111001101110001111101101111001110000110111100110111000111101101011110 | bce1bcdc7dbce1bcdc7b5e |
UTF-8 | 釈尺}釈尺{^ | 111010011000011110001000111001011011000010111010011111011110100110000111100010001110010110110000101110100111101101011110 | e98788e5b0ba7de98788e5b0ba7b5e |
UHC | ?尺}?尺{^ | 001111111111010010101001011111010011111111110100101010010111101101011110 | 3ff4a97d3ff4a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)