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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?豺??? | 001111111110011010110111001111110011111100111111 | 3fe6b73f3f3f |
EUC-JP | ?豺??? | 001111111110110010111001001111110011111100111111 | 3fecb93f3f3f |
UTF-8 | 卨豺챔뤗溜 | 111001011000110110101000111010001011000110111010111011001011000110010100111010111010010010010111111011111010011110001011 | e58da8e8b1baecb194eba497efa78b |
UHC | 卨豺챔뤗溜 | 11100000110110011110001111001111110000111010100010001111110001111110101011111110 | e0d9e3cfc3a88fc7eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)