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 | ?[?[^ | 0011111101011011001111110101101101011110 | 3f5b3f5b5e |
SJIS-WIN | 磨[磨[^ | 10010110100000010101101110010110100000010101101101011110 | 96815b96815b5e |
EUC-JP | 磨[磨[^ | 11001011111000010101101111001011111000010101101101011110 | cbe15bcbe15b5e |
UTF-8 | 磨[磨[^ | 111001111010001110101000010110111110011110100011101010000101101101011110 | e7a3a85be7a3a85b5e |
UHC | 磨[磨[^ | 11011000101010000101101111011000101010000101101101011110 | d8a85bd8a85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)