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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 貉懈ケソ^ | 11100110101110011001110011100110101110011011111101011110 | e6b99ce6b9bf5e |
EUC-JP | 貉懈ケソ^ | 111011001011101111011000111010001000111010111001100011101011111101011110 | ecbbd8e88eb98ebf5e |
UTF-8 | 貉懈ケソ^ | 11101000101100101000100111100110100001111000100011101111101111011011100111101111101111011011111101011110 | e8b289e68788efbdb9efbdbf5e |
UHC | ?懈??^ | 001111111111101010101011001111110011111101011110 | 3ffaab3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)