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 | 涅??? | 1001111110111000001111110011111100111111 | 9fb83f3f3f |
EUC-JP | 涅??倻 | 11011110101110100011111100111111100011111011000111110110 | deba3f3f8fb1f6 |
UTF-8 | 涅욕뀷倻 | 111001101011011010000101111011001001101010010101111010111000000010110111111001011000000010111011 | e6b685ec9a95eb80b7e580bb |
UHC | 涅욕뀷倻 | 1110011011101110101111111110010110000101101011011110010110100110 | e6eebfe585ade5a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)