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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 池?苑?濟 | 1001001001110010001111111000100110010001001111111110000001011010 | 92723f89913fe05a |
EUC-JP | 池?苑?濟 | 1100001111010011001111111011000111110001001111111101111110111011 | c3d33fb1f13fdfbb |
UTF-8 | 池렋苑렲濟 | 111001101011000110100000111010111010000010001011111010001000101110010001111010111010000010110010111001101011111110011111 | e6b1a0eba08be88b91eba0b2e6bf9f |
UHC | 池렋苑렲濟 | 11110010101011101000111010100010111010101011110110001110101111111111000010101101 | f2ae8ea2eabd8ebff0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)