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 | ¶d¶dB | 100111101011011010010111011001001001111010110110100101110110010001000010 | 9eb697649eb6976442 |
SJIS-WIN | ?¶?d?¶?dB | 0011111110000001111101110011111101100100001111111000000111110111001111110110010001000010 | 3f81f73f643f81f73f6442 |
EUC-JP | ?¶?d?¶?dB | 0011111110100010111110010011111101100100001111111010001011111001001111110110010001000010 | 3fa2f93f643fa2f93f6442 |
UTF-8 | ¶d¶dB | 110000101001111011000010101101101100001010010111011001001100001010011110110000101011011011000010100101110110010001000010 | c29ec2b6c29764c29ec2b6c2976442 |
UHC | ?¶?d?¶?dB | 0011111110100010110100100011111101100100001111111010001011010010001111110110010001000010 | 3fa2d23f643fa2d23f6442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)