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 | ä½ìú¥ | 1110010010111101100110011110110010010010100100111111101010100101 | e4bd99ec9293faa5 |
SJIS-WIN | ???????¥ | 001111110011111100111111001111110011111100111111001111111000000110001111 | 3f3f3f3f3f3f3f818f |
EUC-JP | ä??ì??ú? | 1000111110101011101000110011111100111111100011111010101111000000001111110011111110001111101010111110001000111111 | 8faba33f3f8fabc03f3f8fabe23f |
UTF-8 | ä½ìú¥ | 11000011101001001100001010111101110000101001100111000011101011001100001010010010110000101001001111000011101110101100001010100101 | c3a4c2bdc299c3acc292c293c3bac2a5 |
UHC | ?½?????? | 001111111010100011110110001111110011111100111111001111110011111100111111 | 3fa8f63f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)