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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犹牋犹爭 | 1110000010111001111000001010111011100000101110011110000010100101 | e0b9e0aee0b9e0a5 |
EUC-JP | 犹牋犹爭 | 1110000010111011111000001011000011100000101110111110000010100111 | e0bbe0b0e0bbe0a7 |
UTF-8 | 犹牋犹爭 | 111001111000101010111001111001111000100110001011111001111000101010111001111001111000100010101101 | e78ab9e7898be78ab9e788ad |
UHC | ???爭 | 0011111100111111001111111110111010110011 | 3f3f3feeb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)