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 | 闔取シ | 1110100010001110100011101110011010111100 | e88e8ee6bc |
EUC-JP | 闔取シ | 111011111110111010111100111010001000111010111100 | efeebce88ebc |
UTF-8 | 闔取シ | 111010011001011110010100111001011000111110010110111011111011110110111100 | e99794e58f96efbdbc |
UHC | 闔取? | 1111100111101111111101101010001000111111 | f9eff6a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)