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 | í³^ì°¼~^ | 111011011001100010110011010111101110110010110000101111000111111001011110 | ed98b35eecb0bc7e5e |
SJIS-WIN | ???^?°?~^ | 00111111001111110011111101011110001111111000000110001011001111110111111001011110 | 3f3f3f5e3f818b3f7e5e |
EUC-JP | í??^ì°?~^ | 1000111110101011101111110011111100111111010111101000111110101011110000001010000111101011001111110111111001011110 | 8fabbf3f3f5e8fabc0a1eb3f7e5e |
UTF-8 | í³^ì°¼~^ | 110000111010110111000010100110001100001010110011010111101100001110101100110000101011000011000010101111000111111001011110 | c3adc298c2b35ec3acc2b0c2bc7e5e |
UHC | ??³^?°¼~^ | 001111110011111110101001111110000101111000111111101000011100011010101000111110010111111001011110 | 3f3fa9f85e3fa1c6a8f97e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)