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 | 調??驀?弗 | 100100101011001000111111001111111110100101111101001111111001010110100100 | 92b23f3fe97d3f95a4 |
EUC-JP | 調??驀?弗 | 110001001011010000111111001111111111000111011110001111111100101010100110 | c4b43f3ff1de3fcaa6 |
UTF-8 | 調띌렜驀렏弗 | 111010001010101010111111111010111001110110001100111010111010000010011100111010011010100110000000111010111010000010001111111001011011110010010111 | e8aabfeb9d8ceba09ce9a980eba08fe5bc97 |
UHC | 調띌렜驀렏弗 | 111100001110000010110110111010011000111010101110110110001110100110001110101001011101110111010111 | f0e0b6e98eaed8e98ea5ddd7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)