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 | 腓矜腓矜^ | 111001000100001111100001111000001110010001000011111000011110000001011110 | e443e1e0e443e1e05e |
EUC-JP | 腓矜腓矜^ | 111001111010010011100010111000101110011110100100111000101110001001011110 | e7a4e2e2e7a4e2e25e |
UTF-8 | 腓矜腓矜^ | 11101000100001011001001111100111100111111001110011101000100001011001001111100111100111111001110001011110 | e88593e79f9ce88593e79f9c5e |
UHC | ?矜?矜^ | 00111111110100001110100000111111110100001110100001011110 | 3fd0e83fd0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)