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 | ?M?G?I?E | 0011111101001101001111110100011100111111010010010011111101000101 | 3f4d3f473f493f45 |
SJIS-WIN | ?M?G?I?E | 0011111101001101001111110100011100111111010010010011111101000101 | 3f4d3f473f493f45 |
EUC-JP | ?M?G?I?E | 0011111101001101001111110100011100111111010010010011111101000101 | 3f4d3f473f493f45 |
UTF-8 | 혪M혪G혪I혪E | 11101101100110001010101001001101111011011001100010101010010001111110110110011000101010100100100111101101100110001010101001000101 | ed98aa4ded98aa47ed98aa49ed98aa45 |
UHC | 혪M혪G혪I혪E | 110000101001001001001101110000101001001001000111110000101001001001001001110000101001001001000101 | c2924dc29247c29249c29245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)