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 | 郤薙k蜈 | 1110011110111010100100111110001110000010100010111110010110000101 | e7ba93e3828be585 |
EUC-JP | 郤薙k蜈 | 1110111010111100110001101110010110100011111010111110100111100101 | eebcc6e5a3ebe9e5 |
UTF-8 | 郤薙k蜈 | 111010011000001110100100111010001001011010011001111011111011110110001011111010001001110010001000 | e983a4e89699efbd8be89c88 |
UHC | ??k蜈 | 001111110011111110100011111010111110100010100101 | 3f3fa3ebe8a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)