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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 雲η?雲η?^ | 1000100101011111100000111100010100111111100010010101111110000011110001010011111101011110 | 895f83c53f895f83c53f5e |
EUC-JP | 雲η?雲η?^ | 1011000111000000101001101100011100111111101100011100000010100110110001110011111101011110 | b1c0a6c73fb1c0a6c73f5e |
UTF-8 | 雲η랸雲η랸^ | 1110100110011011101100101100111010110111111010111001111010111000111010011001101110110010110011101011011111101011100111101011100001011110 | e99bb2ceb7eb9eb8e99bb2ceb7eb9eb85e |
UHC | 雲η랸雲η랸^ | 11101010101000111010010111100111101101111010110011101010101000111010010111100111101101111010110001011110 | eaa3a5e7b7aceaa3a5e7b7ac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)