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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 隗エ艟隗エ艝^ | 1110100010100111101101001110010001111101111010001010011110110100111001000111101101011110 | e8a7b4e47de8a7b4e47b5e |
EUC-JP | 隗エ艟隗エ艝^ | 11110000101010011000111010110100111001111101111011110000101010011000111010110100111001111101110001011110 | f0a98eb4e7def0a98eb4e7dc5e |
UTF-8 | 隗エ艟隗エ艝^ | 11101001100110101001011111101111101111011011010011101000100010011001111111101001100110101001011111101111101111011011010011101000100010011001110101011110 | e99a97efbdb4e8899fe99a97efbdb4e8899d5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)