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 | [â}[â{^ | 1001000001011011100010011110001001111101100100000101101110001001111000100111101101011110 | 905b89e27d905b89e27b5e |
SJIS-WIN | ?[??}?[??{^ | 0011111101011011001111110011111101111101001111110101101100111111001111110111101101011110 | 3f5b3f3f7d3f5b3f3f7b5e |
EUC-JP | ?[?â}?[?â{^ | 001111110101101100111111100011111010101110100100011111010011111101011011001111111000111110101011101001000111101101011110 | 3f5b3f8faba47d3f5b3f8faba47b5e |
UTF-8 | [â}[â{^ | 1100001010010000010110111100001010001001110000111010001001111101110000101001000001011011110000101000100111000011101000100111101101011110 | c2905bc289c3a27dc2905bc289c3a27b5e |
UHC | ?[??}?[??{^ | 0011111101011011001111110011111101111101001111110101101100111111001111110111101101011110 | 3f5b3f3f7d3f5b3f3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)