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 | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | 蛛畤蛛畤h | 111001011000000111100001010111101110010110000001111000010101111001101000 | e581e15ee581e15e68 |
EUC-JP | 蛛畤蛛畤h | 111010011110000111100001101111111110100111100001111000011011111101101000 | e9e1e1bfe9e1e1bf68 |
UTF-8 | 蛛畤蛛畤h | 11101000100110111001101111100111100101011010010011101000100110111001101111100111100101011010010001101000 | e89b9be795a4e89b9be795a468 |
UHC | 蛛?蛛?h | 11110001110010000011111111110001110010000011111101101000 | f1c83ff1c83f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)