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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蜈?/徇 | 11100101100001010011111110000001010111101001110001101101 | e5853f815e9c6d |
EUC-JP | 蜈?/徇 | 11101001111001010011111110100001101111111101011111001110 | e9e53fa1bfd7ce |
UTF-8 | 蜈껆/徇 | 111010001001110010001000111010101011101110000110111011111011110010001111111001011011111010000111 | e89c88eabb86efbc8fe5be87 |
UHC | 蜈껆/徇 | 1110100010100101100000111110011110100011101011111110001011011111 | e8a583e7a3afe2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)