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 | 終邯?闇 | 10001111010010011110011110110110001111111000100011000101 | 8f49e7b63f88c5 |
EUC-JP | 終邯擊闇 | 101111011010101011101110101110001000111111000001101000111011000011000111 | bdaaeeb88fc1a3b0c7 |
UTF-8 | 終邯擊闇 | 111001111011010110000010111010011000001010101111111001101001001110001010111010011001011110000111 | e7b582e982afe6938ae99787 |
UHC | 終邯擊闇 | 1111000011111011110010101111101111001100101010101110010011100001 | f0fbcafbccaae4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)