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 | ???gnoBF | 0011111100111111001111110110011101101110011011110100001001000110 | 3f3f3f676e6f4246 |
SJIS-WIN | 巐わ亶gnoBF | 1111101010110110100000101110110110011000101101110110011101101110011011110100001001000110 | fab682ed98b7676e6f4246 |
EUC-JP | 巐わ亶gnoBF | 100011111011101111111001101001001110111111010000101110010110011101101110011011110100001001000110 | 8fbbf9a4efd0b9676e6f4246 |
UTF-8 | 巐わ亶gnoBF | 1110010110110111100100001110001110000010100011111110010010111010101101100110011101101110011011110100001001000110 | e5b790e3828fe4bab6676e6f4246 |
UHC | ?わ亶gnoBF | 00111111101010101110111111010011101000100110011101101110011011110100001001000110 | 3faaefd3a2676e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)