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 | 悚守}悚守{^ | 1001110010011110100011101110011101111101100111001001111010001110111001110111101101011110 | 9c9e8ee77d9c9e8ee77b5e |
EUC-JP | 悚守}悚守{^ | 1101011111111110101111001110100101111101110101111111111010111100111010010111101101011110 | d7febce97dd7febce97b5e |
UTF-8 | 悚守}悚守{^ | 111001101000001010011010111001011010111010001000011111011110011010000010100110101110010110101110100010000111101101011110 | e6829ae5ae887de6829ae5ae887b5e |
UHC | 悚守}悚守{^ | 1110000111100101111000011111101001111101111000011110010111100001111110100111101101011110 | e1e5e1fa7de1e5e1fa7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)