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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 焄エ鯔鵤 | 11111011010101001011010011101001110010011110101001000010 | fb54b4e9c9ea42 |
EUC-JP | 焄エ鯔鵤 | 100011111100100111100011100011101011010011110010110010111111001110100011 | 8fc9e38eb4f2cbf3a3 |
UTF-8 | 焄エ鯔鵤 | 111001111000010010000100111011111011110110110100111010011010111110010100111010011011010110100100 | e78484efbdb4e9af94e9b5a4 |
UHC | 焄??? | 1111110110110110001111110011111100111111 | fdb63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)