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 | ?????CA | 00111111001111110011111100111111001111110100001101000001 | 3f3f3f3f3f4341 |
SJIS-WIN | 禎?o瀞?CA | 10010010111101010011111110000010100011111001001111010010001111110100001101000001 | 92f53f828f93d23f4341 |
EUC-JP | 禎?o瀞?CA | 11000100111101110011111110100011111011111100011011010100001111110100001101000001 | c4f73fa3efc6d43f4341 |
UTF-8 | 禎꿨o瀞렚CA | 1110011110100110100011101110101010111111101010001110111110111101100011111110011110000000100111101110101110100000100110100100001101000001 | e7a68eeabfa8efbd8fe7809eeba09a4341 |
UHC | 禎꿨o瀞렚CA | 111011111110111010110010111001011010001111101111111011111110011110001110101011010100001101000001 | efeeb2e5a3efefe78ead4341 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)