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 | ?D?M?` | 001111110100010000111111010011010011111101100000 | 3f443f4d3f60 |
SJIS-WIN | ?D?M?` | 001111110100010000111111010011010011111101100000 | 3f443f4d3f60 |
EUC-JP | ?D?M?` | 001111110100010000111111010011010011111101100000 | 3f443f4d3f60 |
UTF-8 | 혪D혪M혣` | 111011011001100010101010010001001110110110011000101010100100110111101101100110001010001101100000 | ed98aa44ed98aa4ded98a360 |
UHC | 혪D혪M혣` | 110000101001001001000100110000101001001001001101110000101000110001100000 | c29244c2924dc28c60 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)