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 | 1110110010110001100010001110110110011000101101101110110110011000101010111110110010110001100001011110110110011000101001111110110010100111101110010110111001000010 | ecb188ed98b6ed98abecb185ed98a7eca7b96e42 |
UHC | 챈혶혫책혧짹nB | 1100001110100110110000101001110111000010100100111100001110100101110000101000111111000010101100010110111001000010 | c3a6c29dc293c3a5c28fc2b16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)