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 | ??∽塵 | 001111110011111110000001111001001001000001101111 | 3f3f81e4906f |
EUC-JP | ??∽塵 | 001111110011111110100010111001101011111111010000 | 3f3fa2e6bfd0 |
UTF-8 | 뤗횓∽塵 | 111010111010010010010111111011011001101010010011111000101000100010111101111001011010000110110101 | eba497ed9a93e288bde5a1b5 |
UHC | 뤗횓∽塵 | 1000111111000111110000111000111010100001111011111111001011001000 | 8fc7c38ea1eff2c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)