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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隶咎キコ譎エ | 111010001010111010011001111010011011011110111010111001101001100110110100 | e8ae99e9b7bae699b4 |
EUC-JP | 隶咎キコ譎エ | 111100001011000011010010111010111000111010110111100011101011101011101011111110011000111010110100 | f0b0d2eb8eb78ebaebf98eb4 |
UTF-8 | 隶咎キコ譎エ | 111010011001101010110110111001011001001010001110111011111011110110110111111011111011110110111010111010001010110110001110111011111011110110110100 | e99ab6e5928eefbdb7efbdbae8ad8eefbdb4 |
UHC | ?咎??譎? | 0011111111001111101001000011111100111111111111011101001000111111 | 3fcfa43f3ffdd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)