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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 玲끾돽[玲끾돽[^ | 111011111010011010101101111010111000000110111110111010111000111110111101010110111110111110100110101011011110101110000001101111101110101110001111101111010101101101011110 | efa6adeb81beeb8fbd5befa6adeb81beeb8fbd5b5e |
UHC | 玲끾돽[玲끾돽[^ | 111001111011111110000101111001101000100110111111010110111110011110111111100001011110011010001001101111110101101101011110 | e7bf85e689bf5be7bf85e689bf5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)