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 | ?????] | 001111110011111100111111001111110011111101011101 | 3f3f3f3f3f5d |
SJIS-WIN | 猷?┰鎖?] | 100101110101000100111111100001001011101110001101101111010011111101011101 | 97513f84bb8dbd3f5d |
EUC-JP | 猷?┰鎖?] | 110011011011001000111111101010001011110110111010101111110011111101011101 | cdb23fa8bdbabf3f5d |
UTF-8 | 猷띠┰鎖쒻] | 11100111100011001011011111101011100111011010000011100010100101001011000011101001100011101001011011101100100100101011101101011101 | e78cb7eb9da0e294b0e98e96ec92bb5d |
UHC | 猷띠┰鎖쒻] | 1110101110100011101101101110110010100110101111011110000111110000100111010101000101011101 | eba3b6eca6bde1f09d515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)