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 | 伊?}伊?{^ | 101100001100101100111111011111011011000011001011001111110111101101011110 | b0cb3f7db0cb3f7b5e |
UTF-8 | 伊簞}伊簞{^ | 111001001011110010001010111001111011000010011110011111011110010010111100100010101110011110110000100111100111101101011110 | e4bc8ae7b09e7de4bc8ae7b09e7b5e |
UHC | 伊簞}伊簞{^ | 1110110010100101110100111010111101111101111011001010010111010011101011110111101101011110 | eca5d3af7deca5d3af7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)