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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 隹ソ谿諌ェB | 111010001011000010111111111001101010111010001010110100001010101001000010 | e8b0bfe6ae8ad0aa42 |
EUC-JP | 隹ソ谿諌ェB | 1111000010110010100011101011111111101100101100001011010011010010100011101010101001000010 | f0b28ebfecb0b4d28eaa42 |
UTF-8 | 隹ソ谿諌ェB | 11101001100110101011100111101111101111011011111111101000101100001011111111101000101010111000110011101111101111011010101001000010 | e99ab9efbdbfe8b0bfe8ab8cefbdaa42 |
UHC | ??谿??B | 00111111001111111100110110101100001111110011111101000010 | 3f3fcdac3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)