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 | ?G?M?E?[ | 0011111101000111001111110100110100111111010001010011111101011011 | 3f473f4d3f453f5b |
| SJIS-WIN | ?G?M?E?[ | 0011111101000111001111110100110100111111010001010011111101011011 | 3f473f4d3f453f5b |
| EUC-JP | ?G?M?E?[ | 0011111101000111001111110100110100111111010001010011111101011011 | 3f473f4d3f453f5b |
| UTF-8 | 혪G혪M혪E혪[ | 11101101100110001010101001000111111011011001100010101010010011011110110110011000101010100100010111101101100110001010101001011011 | ed98aa47ed98aa4ded98aa45ed98aa5b |
| UHC | 혪G혪M혪E혪[ | 110000101001001001000111110000101001001001001101110000101001001001000101110000101001001001011011 | c29247c2924dc29245c2925b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)