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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 邇雅キゎ苑B | 11100111100011101000100111101011101101111000001011101100100010011001000101000010 | e78e89ebb782ec899142 |
EUC-JP | 邇雅キゎ苑B | 1110110111101110101100101110110110001110101101111010010011101110101100011111000101000010 | edeeb2ed8eb7a4eeb1f142 |
UTF-8 | 邇雅キゎ苑B | 11101001100000101000011111101001100110111000010111101111101111011011011111100011100000101000111011101000100010111001000101000010 | e98287e99b85efbdb7e3828ee88b9142 |
UHC | 邇雅?ゎ苑B | 11101100110001001110010010111010001111111010101011101110111010101011110101000010 | ecc4e4ba3faaeeeabd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)