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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 犂珎犂珎^ | 111000001011001011100000110111011110000010110010111000001101110101011110 | e0b2e0dde0b2e0dd5e |
EUC-JP | 犂珎犂珎^ | 111000001011010011100000110111111110000010110100111000001101111101011110 | e0b4e0dfe0b4e0df5e |
UTF-8 | 犂珎犂珎^ | 11100111100010101000001011100111100011111000111011100111100010101000001011100111100011111000111001011110 | e78a82e78f8ee78a82e78f8e5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)