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 | 怏??魚?8 | 100111001000100100111111001111111000101110011011001111111000001001010111 | 9c893f3f8b9b3f8257 |
EUC-JP | 怏??魚?8 | 110101111110100100111111001111111011010111111011001111111010001110111000 | d7e93f3fb5fb3fa3b8 |
UTF-8 | 怏얜젧魚뚩8 | 111001101000000010001111111011001001011010011100111011001010000010100111111010011010110110011010111010111001101010101001111011111011110010011000 | e6808fec969ceca0a7e9ad9aeb9aa9efbc98 |
UHC | 怏얜젧魚뚩8 | 111001001110100010111110111010111010000010011111111001011110000010001100111010001010001110111000 | e4e8beeba09fe5e08ce8a3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)