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 | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
UTF-8 | 셔샴셔롐렽샬nB | 1110110010000101100101001110110010000011101101001110110010000101100101001110101110100001100100001110101110100000101111011110110010000011101011000110111001000010 | ec8594ec83b4ec8594eba190eba0bdec83ac6e42 |
UHC | 셔샴셔롐렽샬nB | 1011110011000101101111001010010010111100110001011000111011010110100011101100010110111100101000110110111001000010 | bcc5bca4bcc58ed68ec5bca36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)