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 | øÆ[øÆ[^ | 11111000110001100101101111111000110001100101101101011110 | f8c65bf8c65b5e |
SJIS-WIN | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
EUC-JP | øÆ[øÆ[^ | 100011111010100111001100100011111010100110100001010110111000111110101001110011001000111110101001101000010101101101011110 | 8fa9cc8fa9a15b8fa9cc8fa9a15b5e |
UTF-8 | øÆ[øÆ[^ | 1100001110111000110000111000011001011011110000111011100011000011100001100101101101011110 | c3b8c3865bc3b8c3865b5e |
UHC | øÆ[øÆ[^ | 1010100110101010101010001010000101011011101010011010101010101000101000010101101101011110 | a9aaa8a15ba9aaa8a15b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)