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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 荵呷ョ唯F | 1110010010111001100110011110110010101110100101110100001001000110 | e4b999ecae974246 |
EUC-JP | 荵呷ョ唯F | 111010001011101111010010111011101000111010101110110011011010001101000110 | e8bbd2ee8eaecda346 |
UTF-8 | 荵呷ョ唯F | 11101000100011011011010111100101100100011011011111101111101111011010111011100101100101001010111101000110 | e88db5e591b7efbdaee594af46 |
UHC | ???唯F | 001111110011111100111111111010101110011001000110 | 3f3f3feae646 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)