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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 踝らー溯 | 11100110111101001000001011100111101100001001111111101000 | e6f482e7b09fe8 |
EUC-JP | 踝らー溯 | 1110110011110110101001001110100110001110101100001101111011101010 | ecf6a4e98eb0deea |
UTF-8 | 踝らー溯 | 111010001011100010011101111000111000001010001001111011111011110110110000111001101011101010101111 | e8b89de38289efbdb0e6baaf |
UHC | ?ら?溯 | 001111111010101011101001001111111110000110111101 | 3faae93fe1bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)