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蒹 | 1110011110111010100100111110001110000010100010111110010011100011 | e7ba93e3828be4e3 |
EUC-JP | 郤薙k蒹 | 1110111010111100110001101110010110100011111010111110100011100101 | eebcc6e5a3ebe8e5 |
UTF-8 | 郤薙k蒹 | 111010011000001110100100111010001001011010011001111011111011110110001011111010001001001010111001 | e983a4e89699efbd8be892b9 |
UHC | ??k? | 0011111100111111101000111110101100111111 | 3f3fa3eb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)