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 | ¼¾¼×¼¥ | 101111001011111010111100110101111011110010100101 | bcbebcd7bca5 |
SJIS-WIN | ???×?¥ | 0011111100111111001111111000000101111110001111111000000110001111 | 3f3f3f817e3f818f |
EUC-JP | ???×?? | 00111111001111110011111110100001110111110011111100111111 | 3f3f3fa1df3f3f |
UTF-8 | ¼¾¼×¼¥ | 110000101011110011000010101111101100001010111100110000111001011111000010101111001100001010100101 | c2bcc2bec2bcc397c2bcc2a5 |
UHC | ¼¾¼×¼? | 1010100011111001101010001111101010101000111110011010000110111111101010001111100100111111 | a8f9a8faa8f9a1bfa8f93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)