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 | ¼×¾ÇÕ | 101111001101011110111110110001111000111011010101 | bcd7bec78ed5 |
SJIS-WIN | ?×???? | 00111111100000010111111000111111001111110011111100111111 | 3f817e3f3f3f3f |
EUC-JP | ?×?Ç?Õ | 0011111110100001110111110011111110001111101010101010111000111111100011111010101011011000 | 3fa1df3f8faaae3f8faad8 |
UTF-8 | ¼×¾ÇÕ | 110000101011110011000011100101111100001010111110110000111000011111000010100011101100001110010101 | c2bcc397c2bec387c28ec395 |
UHC | ¼×¾??? | 101010001111100110100001101111111010100011111010001111110011111100111111 | a8f9a1bfa8fa3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)