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 | ?????~ | 001111110011111100111111001111110011111101111110 | 3f3f3f3f3f7e |
SJIS-WIN | 隹ソ谿諌ェ~ | 111010001011000010111111111001101010111010001010110100001010101001111110 | e8b0bfe6ae8ad0aa7e |
EUC-JP | 隹ソ谿諌ェ~ | 1111000010110010100011101011111111101100101100001011010011010010100011101010101001111110 | f0b28ebfecb0b4d28eaa7e |
UTF-8 | 隹ソ谿諌ェ~ | 11101001100110101011100111101111101111011011111111101000101100001011111111101000101010111000110011101111101111011010101001111110 | e99ab9efbdbfe8b0bfe8ab8cefbdaa7e |
UHC | ??谿??~ | 00111111001111111100110110101100001111110011111101111110 | 3f3fcdac3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)