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 | 1000111010111110100011101010110110111100101001100110111001000010 | 8ebe8eadbca66e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | ?????¦nB | 00111111001111110011111100111111001111111000111110100010110000110110111001000010 | 3f3f3f3f3f8fa2c36e42 |
UTF-8 | ¾¼¦nB | 1100001010001110110000101011111011000010100011101100001010101101110000101011110011000010101001100110111001000010 | c28ec2bec28ec2adc2bcc2a66e42 |
UHC | ?¾?¼?nB | 0011111110101000111110100011111110100001101010011010100011111001001111110110111001000010 | 3fa8fa3fa1a9a8f93f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)