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 | 釭式}釭式{^ | 1111101110111101100011101010111001111101111110111011110110001110101011100111101101011110 | fbbd8eae7dfbbd8eae7b5e |
EUC-JP | 釭式}釭式{^ | 10001111111000111010111110111100101100000111110110001111111000111010111110111100101100000111101101011110 | 8fe3afbcb07d8fe3afbcb07b5e |
UTF-8 | 釭式}釭式{^ | 111010011000011110101101111001011011110010001111011111011110100110000111101011011110010110111100100011110111101101011110 | e987ade5bc8f7de987ade5bc8f7b5e |
UHC | ?式}?式{^ | 001111111110001111010010011111010011111111100011110100100111101101011110 | 3fe3d27d3fe3d27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)