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 | 矚瓏}矚瓏{^ | 1110000111011111111000001111101001111101111000011101111111100000111110100111101101011110 | e1dfe0fa7de1dfe0fa7b5e |
EUC-JP | 矚瓏}矚瓏{^ | 1110001011100001111000001111110001111101111000101110000111100000111111000111101101011110 | e2e1e0fc7de2e1e0fc7b5e |
UTF-8 | 矚瓏}矚瓏{^ | 111001111001111110011010111001111001001110001111011111011110011110011111100110101110011110010011100011110111101101011110 | e79f9ae7938f7de79f9ae7938f7b5e |
UHC | ?瓏}?瓏{^ | 001111111101011011101010011111010011111111010110111010100111101101011110 | 3fd6ea7d3fd6ea7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)