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 | 霎懷ャ「隧千 | 11101000101111101001110011100101101011001010001011101000101010011001000011100111 | e8be9ce5aca2e8a990e7 |
EUC-JP | 霎懷ャ「隧千 | 111100001100000011011000111001111000111010101100100011101010001011110000101010111100000011101001 | f0c0d8e78eac8ea2f0abc0e9 |
UTF-8 | 霎懷ャ「隧千 | 111010011001110010001110111001101000011110110111111011111011110110101100111011111011110110100010111010011001101010100111111001011000110110000011 | e99c8ee687b7efbdacefbda2e99aa7e58d83 |
UHC | ?懷??隧千 | 001111111111110011100011001111110011111111100010110010101111010010110110 | 3ffce33f3fe2caf4b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)