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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 謗爺ウ菩。Ⅸ | 11100110100011101001011011101010101100111001010111101100101000011000011101011100 | e68e96eab395eca1875c |
EUC-JP | 謗爺ウ菩。? | 1110101111101110110011001110110010001110101100111100101011101110100011101010000100111111 | ebeeccec8eb3caee8ea13f |
UTF-8 | 謗爺ウ菩。Ⅸ | 111010001010110010010111111001111000100010111010111011111011110110110011111010001000111110101001111011111011110110100001111000101000010110101000 | e8ac97e788baefbdb3e88fa9efbda1e285a8 |
UHC | 謗爺?菩?Ⅸ | 11011011101111111110010110101100001111111101110011001100001111111010010110111000 | dbbfe5ac3fdccc3fa5b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)