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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 伊?}伊?{^ | 100010001100100100111111011111011000100011001001001111110111101101011110 | 88c93f7d88c93f7b5e |
EUC-JP | 伊馹}伊馹{^ | 10110000110010111000111111101001101000010111110110110000110010111000111111101001101000010111101101011110 | b0cb8fe9a17db0cb8fe9a17b5e |
UTF-8 | 伊馹}伊馹{^ | 111001001011110010001010111010011010011010111001011111011110010010111100100010101110100110100110101110010111101101011110 | e4bc8ae9a6b97de4bc8ae9a6b97b5e |
UHC | 伊馹}伊馹{^ | 1110110010100101111011001111000101111101111011001010010111101100111100010111101101011110 | eca5ecf17deca5ecf17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)