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 | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
SJIS-WIN | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
EUC-JP | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
UTF-8 | 혧쨍첩혦쨍nB | 1110110110011000101001111110110010101000100011011110110010110010101010011110110110011000101001101110110010101000100011010110111001000010 | ed98a7eca88decb2a9ed98a6eca88d6e42 |
UHC | 혧쨍첩혦쨍nB | 110000101000111111000010101110001100001110111000110000101000111011000010101110000110111001000010 | c28fc2b8c3b8c28ec2b86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)