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 | åµç½é | 1110010110110101100100111110011110010010101111011110100110001001 | e5b593e792bde989 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | å??ç??é? | 1000111110101011101010010011111100111111100011111010101110101110001111110011111110001111101010111011000100111111 | 8faba93f3f8fabae3f3f8fabb13f |
UTF-8 | åµç½é | 11000011101001011100001010110101110000101001001111000011101001111100001010010010110000101011110111000011101010011100001010001001 | c3a5c2b5c293c3a7c292c2bdc3a9c289 |
UHC | ?????½?? | 001111110011111100111111001111110011111110101000111101100011111100111111 | 3f3f3f3f3fa8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)