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 | 淏溥┳ | 111110110100001010011111111011101000010010110001 | fb429fee84b1 |
EUC-JP | 淏溥┳ | 10001111110001111101100111011110111100001010100010110011 | 8fc7d9def0a8b3 |
UTF-8 | 淏溥┳ | 111001101011011110001111111001101011101010100101111000101001010010110011 | e6b78fe6baa5e294b3 |
UHC | 淏溥┳ | 111110111100100011011101101010101010011010110011 | fbc8ddaaa6b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)