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 | E}E{^ | 1001011010001000100101110100010101111101100101101000100010010111010001010111101101011110 | 968897457d968897457b5e |
SJIS-WIN | ???E}???E{^ | 0011111100111111001111110100010101111101001111110011111100111111010001010111101101011110 | 3f3f3f457d3f3f3f457b5e |
EUC-JP | ???E}???E{^ | 0011111100111111001111110100010101111101001111110011111100111111010001010111101101011110 | 3f3f3f457d3f3f3f457b5e |
UTF-8 | E}E{^ | 1100001010010110110000101000100011000010100101110100010101111101110000101001011011000010100010001100001010010111010001010111101101011110 | c296c288c297457dc296c288c297457b5e |
UHC | ???E}???E{^ | 0011111100111111001111110100010101111101001111110011111100111111010001010111101101011110 | 3f3f3f457d3f3f3f457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)