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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 腱笘^ | 1110010001000110111000101001100001011110 | e446e2985e |
EUC-JP | 腱笘^ | 1110011110100111111000111111100001011110 | e7a7e3f85e |
UTF-8 | 腱笘^ | 11101000100001011011000111100111101011001001100001011110 | e885b1e7ac985e |
UHC | 腱?^ | 11001011111100100011111101011110 | cbf23f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)