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 | OC}OC{^ | 1001001001001111100100100100001101111101100100100100111110010010010000110111101101011110 | 924f92437d924f92437b5e |
SJIS-WIN | ?O?C}?O?C{^ | 0011111101001111001111110100001101111101001111110100111100111111010000110111101101011110 | 3f4f3f437d3f4f3f437b5e |
EUC-JP | ?O?C}?O?C{^ | 0011111101001111001111110100001101111101001111110100111100111111010000110111101101011110 | 3f4f3f437d3f4f3f437b5e |
UTF-8 | OC}OC{^ | 110000101001001001001111110000101001001001000011011111011100001010010010010011111100001010010010010000110111101101011110 | c2924fc292437dc2924fc292437b5e |
UHC | ?O?C}?O?C{^ | 0011111101001111001111110100001101111101001111110100111100111111010000110111101101011110 | 3f4f3f437d3f4f3f437b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)