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 | û̾ð | 11111011110011001011111011110000 | fbccbef0 |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ûÌ?ð | 10001111101010111110010110001111101010101100000000111111100011111010100111000011 | 8fabe58faac03f8fa9c3 |
UTF-8 | û̾ð | 1100001110111011110000111000110011000010101111101100001110110000 | c3bbc38cc2bec3b0 |
UHC | ??¾ð | 001111110011111110101000111110101010100110100011 | 3f3fa8faa9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)