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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ミⅢhミⅢ | 11010000100001110101011001101000110100001000011101010110 | d0875668d08756 |
EUC-JP | ミ?hミ? | 10001110110100000011111101101000100011101101000000111111 | 8ed03f688ed03f |
UTF-8 | ミⅢhミⅢ | 11101111101111101001000011100010100001011010001001101000111011111011111010010000111000101000010110100010 | efbe90e285a268efbe90e285a2 |
UHC | ?Ⅲh?Ⅲ | 00111111101001011011001001101000001111111010010110110010 | 3fa5b2683fa5b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)