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 | ¾¬¼×¾ | 10001110101111101000111010101100101111001101011110111110 | 8ebe8eacbcd7be |
SJIS-WIN | ???¬?×? | 001111110011111100111111100000011100101000111111100000010111111000111111 | 3f3f3f81ca3f817e3f |
EUC-JP | ???¬?×? | 001111110011111100111111101000101100110000111111101000011101111100111111 | 3f3f3fa2cc3fa1df3f |
UTF-8 | ¾¬¼×¾ | 1100001010001110110000101011111011000010100011101100001010101100110000101011110011000011100101111100001010111110 | c28ec2bec28ec2acc2bcc397c2be |
UHC | ?¾??¼×¾ | 0011111110101000111110100011111100111111101010001111100110100001101111111010100011111010 | 3fa8fa3f3fa8f9a1bfa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)