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 | ?E?M??D | 00111111010001010011111101001101001111110011111101000100 | 3f453f4d3f3f44 |
SJIS-WIN | ?E?M??D | 00111111010001010011111101001101001111110011111101000100 | 3f453f4d3f3f44 |
EUC-JP | ?E?M??D | 00111111010001010011111101001101001111110011111101000100 | 3f453f4d3f3f44 |
UTF-8 | 혪E혪M혩짙D | 111011011001100010101010010001011110110110011000101010100100110111101101100110001010100111101100101001111001100101000100 | ed98aa45ed98aa4ded98a9eca79944 |
UHC | 혪E혪M혩짙D | 1100001010010010010001011100001010010010010011011100001010010001110000101010001101000100 | c29245c2924dc291c2a344 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)