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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蝴・竊罷棡莠 | 1110010110011010101001011110001010000110100101001110101110011110100111001110010010111010 | e59aa5e28694eb9e9ce4ba |
EUC-JP | 蝴・竊罷棡莠 | 111010011111101010001110101001011110001111100110110010001110110111011011111111001110100010111100 | e9fa8ea5e3e6c8eddbfce8bc |
UTF-8 | 蝴・竊罷棡莠 | 111010001001110110110100111011111011110110100101111001111010101110001010111001111011110110110111111001101010001110100001111010001000111010100000 | e89db4efbda5e7ab8ae7bdb7e6a3a1e88ea0 |
UHC | 蝴?竊罷?? | 111110111101110100111111111011111011110011110111111100110011111100111111 | fbdd3fefbcf7f33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)