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 | ëß¥ç² | 111010111101111110100101111001111001001010110010 | ebdfa5e792b2 |
SJIS-WIN | ??¥??? | 00111111001111111000000110001111001111110011111100111111 | 3f3f818f3f3f3f |
EUC-JP | ëß?ç?? | 100011111010101110110011100011111010100111001110001111111000111110101011101011100011111100111111 | 8fabb38fa9ce3f8fabae3f3f |
UTF-8 | ëß¥ç² | 110000111010101111000011100111111100001010100101110000111010011111000010100100101100001010110010 | c3abc39fc2a5c3a7c292c2b2 |
UHC | ?ß???² | 0011111110101001101011000011111100111111001111111010100111110111 | 3fa9ac3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)