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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 芋????^ | 10001000111100000011111100111111001111110011111101011110 | 88f03f3f3f3f5e |
EUC-JP | 芋????^ | 10110000111100100011111100111111001111110011111101011110 | b0f23f3f3f3f5e |
UTF-8 | 芋대렏븅쥑^ | 11101000100010101000101111101011100011001000000011101011101000001000111111101011101110001000010111101100101001011001000101011110 | e88a8beb8c80eba08febb885eca5915e |
UHC | 芋대렏븅쥑^ | 1110100111100011101101001110101110001110101001011011101011101001110000011110010001011110 | e9e3b4eb8ea5bae9c1e45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)