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 | 螳肴ケソ襠灘 | 11100101101011101000110111100110101110011011111111100101111110111001001111100101 | e5ae8de6b9bfe5fb93e5 |
EUC-JP | 螳肴ケソ襠灘 | 111010101011000010111010111010001000111010111001100011101011111111101010111111011100011011100111 | eab0bae88eb98ebfeafdc6e7 |
UTF-8 | 螳肴ケソ襠灘 | 111010001001111010110011111010001000001010110100111011111011110110111001111011111011110110111111111010001010010110100000111001111000000110011000 | e89eb3e882b4efbdb9efbdbfe8a5a0e78198 |
UHC | 螳肴???灘 | 110100111101100111111101101000100011111100111111001111111111011110101000 | d3d9fda23f3f3ff7a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)