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 | 霍句沁縺 | 1110100010110111100010111110010110011111100011101110001110000001 | e8b78be59f8ee381 |
EUC-JP | 霍句沁縺 | 1111000010111001101101101110011111011101111011101110010111100001 | f0b9b6e7ddeee5e1 |
UTF-8 | 霍句沁縺 | 111010011001110010001101111001011000111110100101111001101011001010000001111001111011100010111010 | e99c8de58fa5e6b281e7b8ba |
UHC | ?句沁? | 001111111100111110100011111000111111111000111111 | 3fcfa3e3fe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)