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 | 猷??鼇 | 100101110101000100111111001111111110101010000111 | 97513f3fea87 |
EUC-JP | 猷??鼇 | 110011011011001000111111001111111111001111100111 | cdb23f3ff3e7 |
UTF-8 | 猷욜닗鼇 | 111001111000110010110111111011001001101010011100111010111000101110010111111010011011110010000111 | e78cb7ec9a9ceb8b97e9bc87 |
UHC | 猷욜닗鼇 | 1110101110100011101111111110011110001000100110111110100010101000 | eba3bfe7889be8a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)