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 | ?鎖? | 00111111100011011011110100111111 | 3f8dbd3f |
EUC-JP | ?鎖? | 00111111101110101011111100111111 | 3fbabf3f |
UTF-8 | 먘鎖굟 | 111010111010100010011000111010011000111010010110111010101011010110011111 | eba898e98e96eab59f |
UHC | 먘鎖굟 | 100100001101010111100001111100001000001010000111 | 90d5e1f08287 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)