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 | ûUǼûUǼ^ | 111110110101010111000111101111001111101101010101110001111011110001011110 | fb55c7bcfb55c7bc5e |
SJIS-WIN | ?U???U??^ | 001111110101010100111111001111110011111101010101001111110011111101011110 | 3f553f3f3f553f3f5e |
EUC-JP | ûUÇ?ûUÇ?^ | 1000111110101011111001010101010110001111101010101010111000111111100011111010101111100101010101011000111110101010101011100011111101011110 | 8fabe5558faaae3f8fabe5558faaae3f5e |
UTF-8 | ûUǼûUǼ^ | 110000111011101101010101110000111000011111000010101111001100001110111011010101011100001110000111110000101011110001011110 | c3bb55c387c2bcc3bb55c387c2bc5e |
UHC | ?U?¼?U?¼^ | 0011111101010101001111111010100011111001001111110101010100111111101010001111100101011110 | 3f553fa8f93f553fa8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)