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 | ??ED??ED^ | 001111110011111101000101010001000011111100111111010001010100010001011110 | 3f3f45443f3f45445e |
SJIS-WIN | ??ED??ED^ | 001111110011111101000101010001000011111100111111010001010100010001011110 | 3f3f45443f3f45445e |
EUC-JP | ??ED??ED^ | 001111110011111101000101010001000011111100111111010001010100010001011110 | 3f3f45443f3f45445e |
UTF-8 | ៃʄEDៃʄED^ | 111000011001111110000011110010101000010001000101010001001110000110011111100000111100101010000100010001010100010001011110 | e19f83ca844544e19f83ca8445445e |
UHC | ??ED??ED^ | 001111110011111101000101010001000011111100111111010001010100010001011110 | 3f3f45443f3f45445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)