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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 縱猛? | 1110001101110011100101101101001000111111 | e37396d23f |
EUC-JP | 縱猛? | 1110010111010100110011001101010000111111 | e5d4ccd43f |
UTF-8 | 縱猛쏴 | 111001111011100010110001111001111000110010011011111011001000111110110100 | e7b8b1e78c9bec8fb4 |
UHC | 縱猛쏴 | 111100001111110111011000111011011011110111110111 | f0fdd8edbdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)