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 | ??f??N\ | 00111111001111110110011000111111001111110100111001011100 | 3f3f663f3f4e5c |
SJIS-WIN | ?賞f?賞N\ | 001111111000111111011100011001100011111110001111110111000100111001011100 | 3f8fdc663f8fdc4e5c |
EUC-JP | ?賞f?賞N\ | 001111111011111011011110011001100011111110111110110111100100111001011100 | 3fbede663fbede4e5c |
UTF-8 | 잢賞f잢賞N\ | 111011001001111010100010111010001011001110011110011001101110110010011110101000101110100010110011100111100100111001011100 | ec9ea2e8b39e66ec9ea2e8b39e4e5c |
UHC | 잢賞f잢賞N\ | 1001111111110001110111111101101101100110100111111111000111011111110110110100111001011100 | 9ff1dfdb669ff1dfdb4e5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)