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~ | 0011111100111111001111110011111100111111001111110110111001111110 | 3f3f3f3f3f3f6e7e |
SJIS-WIN | ??????n~ | 0011111100111111001111110011111100111111001111110110111001111110 | 3f3f3f3f3f3f6e7e |
EUC-JP | ??????n~ | 0011111100111111001111110011111100111111001111110110111001111110 | 3f3f3f3f3f3f6e7e |
UTF-8 | 책혖짼챌혞쩐n~ | 1110110010110001100001011110110110011000100101101110110010100111101111001110110010110001100011001110110110011000100111101110110010101001100100000110111001111110 | ecb185ed9896eca7bcecb18ced989eeca9906e7e |
UHC | 책혖짼챌혞쩐n~ | 1100001110100101110000101000000111000010101100101100001110100111110000101000100011000010101111100110111001111110 | c3a5c281c2b2c3a7c288c2be6e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)