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 | 猷?┰鎖 | 10010111010100010011111110000100101110111000110110111101 | 97513f84bb8dbd |
EUC-JP | 猷?┰鎖 | 11001101101100100011111110101000101111011011101010111111 | cdb23fa8bdbabf |
UTF-8 | 猷띠┰鎖 | 111001111000110010110111111010111001110110100000111000101001010010110000111010011000111010010110 | e78cb7eb9da0e294b0e98e96 |
UHC | 猷띠┰鎖 | 1110101110100011101101101110110010100110101111011110000111110000 | eba3b6eca6bde1f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)