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 | 霎懃ク∵ | 11101000101111101001110011100111101110001000000111100110 | e8be9ce7b881e6 |
EUC-JP | 霎懃ク∵ | 1111000011000000110110001110100110001110101110001010001011101000 | f0c0d8e98eb8a2e8 |
UTF-8 | 霎懃ク∵ | 111010011001110010001110111001101000011110000011111011111011110110111000111000101000100010110101 | e99c8ee68783efbdb8e288b5 |
UHC | ?懃?∵ | 001111111101000011000100001111111010000111110001 | 3fd0c43fa1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)