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 | 犂爿犇爿 | 1110000010110010111000001010101111100000101101001110000010101011 | e0b2e0abe0b4e0ab |
EUC-JP | 犂爿犇爿 | 1110000010110100111000001010110111100000101101101110000010101101 | e0b4e0ade0b6e0ad |
UTF-8 | 犂爿犇爿 | 111001111000101010000010111001111000100010111111111001111000101010000111111001111000100010111111 | e78a82e788bfe78a87e788bf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)