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 | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
SJIS-WIN | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
EUC-JP | ?????AB | 00111111001111110011111100111111001111110100000101000010 | 3f3f3f3f3f4142 |
UTF-8 | 혧횩쨔혦짝AB | 1110110110011000101001111110110110011010101010011110110010101000100101001110110110011000101001101110110010100111100111010100000101000010 | ed98a7ed9aa9eca894ed98a6eca79d4142 |
UHC | 혧횩쨔혦짝AB | 110000101000111111000011100111111100001010111001110000101000111011000010101001100100000101000010 | c28fc39fc2b9c28ec2a64142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)