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 | ¼ÄͰc^ | 1011110011000100100011101100110110001110101100000110001101011110 | bcc48ecd8eb0635e |
SJIS-WIN | ?????°c^ | 001111110011111100111111001111110011111110000001100010110110001101011110 | 3f3f3f3f3f818b635e |
EUC-JP | ?Ä?Í?°c^ | 00111111100011111010101010100011001111111000111110101010101111110011111110100001111010110110001101011110 | 3f8faaa33f8faabf3fa1eb635e |
UTF-8 | ¼ÄͰc^ | 1100001010111100110000111000010011000010100011101100001110001101110000101000111011000010101100000110001101011110 | c2bcc384c28ec38dc28ec2b0635e |
UHC | ¼????°c^ | 10101000111110010011111100111111001111110011111110100001110001100110001101011110 | a8f93f3f3f3fa1c6635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)