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 | ¼¹¼½¼¨ | 101111001011100110111100101111011011110010101000 | bcb9bcbdbca8 |
SJIS-WIN | ?????¨ | 00111111001111110011111100111111001111111000000101001110 | 3f3f3f3f3f814e |
EUC-JP | ?????¨ | 00111111001111110011111100111111001111111010000110101111 | 3f3f3f3f3fa1af |
UTF-8 | ¼¹¼½¼¨ | 110000101011110011000010101110011100001010111100110000101011110111000010101111001100001010101000 | c2bcc2b9c2bcc2bdc2bcc2a8 |
UHC | ¼¹¼½¼¨ | 101010001111100110101001111101101010100011111001101010001111011010101000111110011010000110100111 | a8f9a9f6a8f9a8f6a8f9a1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)