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 | å³µç½é¹ | 111001011011001110110101111001111001001010111101111010011000100010111001 | e5b3b5e792bde988b9 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | å??ç??é?? | 100011111010101110101001001111110011111110001111101010111010111000111111001111111000111110101011101100010011111100111111 | 8faba93f3f8fabae3f3f8fabb13f3f |
UTF-8 | å³µç½é¹ | 110000111010010111000010101100111100001010110101110000111010011111000010100100101100001010111101110000111010100111000010100010001100001010111001 | c3a5c2b3c2b5c3a7c292c2bdc3a9c288c2b9 |
UHC | ?³???½??¹ | 001111111010100111111000001111110011111100111111101010001111011000111111001111111010100111110110 | 3fa9f83f3f3fa8f63f3fa9f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)