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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 恙??恙 | 100111001001100100111111001111111001110010011001 | 9c993f3f9c99 |
EUC-JP | 恙??恙 | 110101111111100100111111001111111101011111111001 | d7f93f3fd7f9 |
UTF-8 | 恙썹넲恙 | 111001101000000110011001111011001000110110111001111010111000010010110010111001101000000110011001 | e68199ec8db9eb84b2e68199 |
UHC | 恙썹넲恙 | 1110010110111111101111011110011110000110101100011110010110111111 | e5bfbde786b1e5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)