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 | 猷?┰嗽? | 1001011101010001001111111000010010111011100110100111010100111111 | 97513f84bb9a753f |
EUC-JP | 猷?┰嗽? | 1100110110110010001111111010100010111101110100111101011000111111 | cdb23fa8bdd3d63f |
UTF-8 | 猷띠┰嗽륛 | 111001111000110010110111111010111001110110100000111000101001010010110000111001011001011110111101111010111010010110011011 | e78cb7eb9da0e294b0e597bdeba59b |
UHC | 猷띠┰嗽륛 | 11101011101000111011011011101100101001101011110111100001111101011001000001000010 | eba3b6eca6bde1f59042 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)