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 | 得?? | 10010011101111100011111100111111 | 93be3f3f |
EUC-JP | 得?秊 | 110001101100000000111111100011111101000011111000 | c6c03f8fd0f8 |
UTF-8 | 得뤚秊 | 111001011011111010010111111010111010010010011010111001111010011110001010 | e5be97eba49ae7a78a |
UHC | 得뤚秊 | 110101001111000010001111110010011101001010110110 | d4f08fc9d2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)