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 | ù¯è² | 1001001011111001100010111000101110000100101011111110100010110010 | 92f98b8b84afe8b2 |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | ?ù???¯è? | 0011111110001111101010111110001100111111001111110011111110001111101000101011010010001111101010111011001000111111 | 3f8fabe33f3f3f8fa2b48fabb23f |
UTF-8 | ù¯è² | 11000010100100101100001110111001110000101000101111000010100010111100001010000100110000101010111111000011101010001100001010110010 | c292c3b9c28bc28bc284c2afc3a8c2b2 |
UHC | ???????² | 001111110011111100111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)