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 | 霍乗ケソ逞韮 | 11101000101101111000111111100110101110011011111111100111100101111001010001000010 | e8b78fe6b9bfe7979442 |
EUC-JP | 霍乗ケソ逞韮 | 111100001011100110111110111010001000111010111001100011101011111111101101111101111100011110100011 | f0b9bee88eb98ebfedf7c7a3 |
UTF-8 | 霍乗ケソ逞韮 | 111010011001110010001101111001001011100110010111111011111011110110111001111011111011110110111111111010011000000010011110111010011001111110101110 | e99c8de4b997efbdb9efbdbfe9809ee99fae |
UHC | ????逞? | 00111111001111110011111100111111110101101100000100111111 | 3f3f3f3fd6c13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)