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 | à׼߼¥ | 111000001101011110111100110111111011110010100101 | e0d7bcdfbca5 |
SJIS-WIN | ?×???¥ | 0011111110000001011111100011111100111111001111111000000110001111 | 3f817e3f3f3f818f |
EUC-JP | à×?ß?? | 1000111110101011101000101010000111011111001111111000111110101001110011100011111100111111 | 8faba2a1df3f8fa9ce3f3f |
UTF-8 | à׼߼¥ | 110000111010000011000011100101111100001010111100110000111001111111000010101111001100001010100101 | c3a0c397c2bcc39fc2bcc2a5 |
UHC | ?׼߼? | 00111111101000011011111110101000111110011010100110101100101010001111100100111111 | 3fa1bfa8f9a9aca8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)