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 | ûRǼûRǼ^ | 111110110101001011000111101111001111101101010010110001111011110001011110 | fb52c7bcfb52c7bc5e |
SJIS-WIN | ?R???R??^ | 001111110101001000111111001111110011111101010010001111110011111101011110 | 3f523f3f3f523f3f5e |
EUC-JP | ûRÇ?ûRÇ?^ | 1000111110101011111001010101001010001111101010101010111000111111100011111010101111100101010100101000111110101010101011100011111101011110 | 8fabe5528faaae3f8fabe5528faaae3f5e |
UTF-8 | ûRǼûRǼ^ | 110000111011101101010010110000111000011111000010101111001100001110111011010100101100001110000111110000101011110001011110 | c3bb52c387c2bcc3bb52c387c2bc5e |
UHC | ?R?¼?R?¼^ | 0011111101010010001111111010100011111001001111110101001000111111101010001111100101011110 | 3f523fa8f93f523fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)