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{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
SJIS-WIN | 蜊アE}蜊アE{^ | 1110010110001101101100010100010101111101111001011000110110110001010001010111101101011110 | e58db1457de58db1457b5e |
EUC-JP | 蜊アE}蜊アE{^ | 11101001111011011000111010110001010001010111110111101001111011011000111010110001010001010111101101011110 | e9ed8eb1457de9ed8eb1457b5e |
UTF-8 | 蜊アE}蜊アE{^ | 1110100010011100100010101110111110111101101100010100010101111101111010001001110010001010111011111011110110110001010001010111101101011110 | e89c8aefbdb1457de89c8aefbdb1457b5e |
UHC | ??E}??E{^ | 001111110011111101000101011111010011111100111111010001010111101101011110 | 3f3f457d3f3f457b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)