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 | 猷?┰循 | 10010111010100010011111110000100101110111000111101111010 | 97513f84bb8f7a |
EUC-JP | 猷?┰循 | 11001101101100100011111110101000101111011011110111011011 | cdb23fa8bdbddb |
UTF-8 | 猷듭┰循 | 111001111000110010110111111010111001001110101101111000101001010010110000111001011011111010101010 | e78cb7eb93ade294b0e5beaa |
UHC | 猷듭┰循 | 1110101110100011101101011110110010100110101111011110001011100000 | eba3b5eca6bde2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)