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 | 氈???濟 | 10011111100000010011111100111111001111111110000001011010 | 9f813f3f3fe05a |
EUC-JP | 氈???濟 | 11011101111000010011111100111111001111111101111110111011 | dde13f3f3fdfbb |
UTF-8 | 氈펨렭렕濟 | 111001101011000010001000111011011000111010101000111010111010000010101101111010111010000010010101111001101011111110011111 | e6b088ed8ea8eba0adeba095e6bf9f |
UHC | 氈펨렭렕濟 | 11101110111111011100011011101000100011101011101010001110101010101111000010101101 | eefdc6e88eba8eaaf0ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)