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 | ?nW}?nW{^ | 001111110110111001010111011111010011111101101110010101110111101101011110 | 3f6e577d3f6e577b5e |
SJIS-WIN | 艀nW}艀nW{^ | 1110010001111000011011100101011101111101111001000111100001101110010101110111101101011110 | e4786e577de4786e577b5e |
EUC-JP | 艀nW}艀nW{^ | 1110011111011001011011100101011101111101111001111101100101101110010101110111101101011110 | e7d96e577de7d96e577b5e |
UTF-8 | 艀nW}艀nW{^ | 11101000100010011000000001101110010101110111110111101000100010011000000001101110010101110111101101011110 | e889806e577de889806e577b5e |
UHC | 艀nW}艀nW{^ | 1101110110110010011011100101011101111101110111011011001001101110010101110111101101011110 | ddb26e577dddb26e577b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)