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³¼^ | 111110110101001010110011101111001111101101010010101100111011110001011110 | fb52b3bcfb52b3bc5e |
SJIS-WIN | ?R???R??^ | 001111110101001000111111001111110011111101010010001111110011111101011110 | 3f523f3f3f523f3f5e |
EUC-JP | ûR??ûR??^ | 10001111101010111110010101010010001111110011111110001111101010111110010101010010001111110011111101011110 | 8fabe5523f3f8fabe5523f3f5e |
UTF-8 | ûR³¼ûR³¼^ | 110000111011101101010010110000101011001111000010101111001100001110111011010100101100001010110011110000101011110001011110 | c3bb52c2b3c2bcc3bb52c2b3c2bc5e |
UHC | ?R³¼?R³¼^ | 00111111010100101010100111111000101010001111100100111111010100101010100111111000101010001111100101011110 | 3f52a9f8a8f93f52a9f8a8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)