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??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | ?省n?省nB | 001111111000111111001000011011100011111110001111110010000110111001000010 | 3f8fc86e3f8fc86e42 |
EUC-JP | ?省n?省nB | 001111111011111011001010011011100011111110111110110010100110111001000010 | 3fbeca6e3fbeca6e42 |
UTF-8 | 쒔省n쒔省nB | 111011001001001010010100111001111001110010000001011011101110110010010010100101001110011110011100100000010110111001000010 | ec9294e79c816eec9294e79c816e42 |
UHC | 쒔省n쒔省nB | 1011111010101101111000001111110101101110101111101010110111100000111111010110111001000010 | beade0fd6ebeade0fd6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)