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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 毬痣眄髴 | 1001111101111011111000010111101111100001101111101110100110011100 | 9f7be17be1bee99c |
EUC-JP | 毬痣眄髴 | 1101110111011100111000011101110011100010110000001111000111111100 | dddce1dce2c0f1fc |
UTF-8 | 毬痣眄髴 | 111001101010111110101100111001111001011110100011111001111001110010000100111010011010101110110100 | e6aface797a3e79c84e9abb4 |
UHC | 毬?眄? | 110011111011001100111111110110001111100000111111 | cfb33fd8f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)