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 | ??N??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
SJIS-WIN | ??N??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
EUC-JP | ??N??\ | 001111110011111101001110001111110011111101011100 | 3f3f4e3f3f5c |
UTF-8 | 쒔렕N쒔렕\ | 1110110010010010100101001110101110100000100101010100111011101100100100101001010011101011101000001001010101011100 | ec9294eba0954eec9294eba0955c |
UHC | 쒔렕N쒔렕\ | 10111110101011011000111010101010010011101011111010101101100011101010101001011100 | bead8eaa4ebead8eaa5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)