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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | ??庵nB | 001111110011111110001000110000010110111001000010 | 3f3f88c16e42 |
EUC-JP | ??庵nB | 001111110011111110110000110000110110111001000010 | 3f3fb0c36e42 |
UTF-8 | 쌾윣庵nB | 1110110010001100101111101110110010011100101000111110010110111010101101010110111001000010 | ec8cbeec9ca3e5bab56e42 |
UHC | 쌾윣庵nB | 1001101101101100100111111010010011100100110111010110111001000010 | 9b6c9fa4e4dd6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)